Merge branch 'stable'
[gitmo/Class-MOP.git] / lib / Class / MOP / Method / Accessor.pm
index c52a642..01b3ecf 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';