Version 1.12
[gitmo/Class-MOP.git] / lib / Class / MOP / Mixin / HasMethods.pm
index 3d6f82c..8d9a807 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Class::MOP::Method::Meta;
 
-our $VERSION   = '1.10';
+our $VERSION   = '1.12';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';