Merge branch 'stable'
[gitmo/Class-MOP.git] / lib / Class / MOP / Mixin / HasMethods.pm
index 2e2c9f1..217e19d 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Class::MOP::Method::Meta;
 
-our $VERSION   = '1.11';
+our $VERSION   = '1.12';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';