Bump the version # and updates Changes for 0.64_03
[gitmo/Class-MOP.git] / lib / Class / MOP / Method / Wrapped.pm
index 1de603b..15f2116 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.64_02';
+our $VERSION   = '0.64_03';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';