Make sure to local-ize $@ and $SIG{__DIE__} for each eval, and rethrow
[gitmo/Class-MOP.git] / lib / Class / MOP / Method / Constructor.pm
index c295e42..14a3c80 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'blessed', 'weaken', 'looks_like_number';
 
-our $VERSION   = '0.82_02';
+our $VERSION   = '0.86';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';