X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FConstructor.pm;h=3eed0db46698af45e3b1e32a12b4ec25038e82f3;hb=df7077cdfcea7ebdedef42da0082b43d6129ca7a;hp=f199ed07e6ca17fd77266c7d0ead3c36757a2ea3;hpb=33f5d8ecd0e065b90c6e4763c1933cd108bb8509;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Constructor.pm b/lib/Class/MOP/Method/Constructor.pm index f199ed0..3eed0db 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_02'; +our $VERSION = '0.64_03'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';