Version 1.12
[gitmo/Class-MOP.git] / lib / Class / MOP / Mixin / HasMethods.pm
index d27f396..8d9a807 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';