Merge branch 'stable'
[gitmo/Class-MOP.git] / lib / Class / MOP / Method / Constructor.pm
index 31392dd..29017ed 100644 (file)
@@ -8,7 +8,7 @@ use Carp         'confess';
 use Scalar::Util 'blessed', 'weaken';
 use Try::Tiny;
 
-our $VERSION   = '1.11';
+our $VERSION   = '1.12';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';