Stop add_method from behaving differently under the debugger.
[gitmo/Class-MOP.git] / lib / metaclass.pm
index d43fcd7..9bd69d4 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.90';
+our $VERSION   = '0.94';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';