X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FConstructor.pm;h=d0a345b9c15b1e421ea466708848fe2b44013fae;hb=df8260e9a27a9d7532a21525223975fcf8e26562;hp=2aec2614d93624cf700c75e2bd086599659bf371;hpb=670f22707ddd247f7adf0dc8723bdc72d060f0fc;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index 2aec261..d0a345b 100644 --- a/lib/Moose/Meta/Method/Constructor.pm +++ b/lib/Moose/Meta/Method/Constructor.pm @@ -6,7 +6,7 @@ use warnings; use Scalar::Util 'blessed', 'weaken', 'looks_like_number'; -our $VERSION = '0.62_02'; +our $VERSION = '0.63'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method',