bump version and update changes.
[gitmo/Moose.git] / lib / Moose / Meta / Method.pm
index b3c9fda..1475dab 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Method;
 use strict;
 use warnings;
 
-our $VERSION   = '0.62';
+our $VERSION   = '0.62_01';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';