X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FConstructor.pm;h=f199ed07e6ca17fd77266c7d0ead3c36757a2ea3;hb=650e83227574b3c6ca6cfbcbaca643b913741bee;hp=2730eb0408647fc7ccae356825b48ff020a98e53;hpb=bca19d378aecab520afda5f78dce557726c77a74;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Constructor.pm b/lib/Class/MOP/Method/Constructor.pm index 2730eb0..f199ed0 100644 --- a/lib/Class/MOP/Method/Constructor.pm +++ b/lib/Class/MOP/Method/Constructor.pm @@ -7,7 +7,7 @@ use warnings; use Carp 'confess'; use Scalar::Util 'blessed', 'weaken', 'looks_like_number'; -our $VERSION = '0.64_01'; +our $VERSION = '0.64_02'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';