X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FConstructor.pm;h=82d39cdc6351c20ae193222906c643a9068f022a;hb=07b0f1a5599bf1a0ed99933200ca27290e9a468a;hp=c0ae6a9019a7c20271c46228fc25b8ab18f3a536;hpb=17ee2ee06d0df7614e9d61777b4136171e96bc68;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index c0ae6a9..82d39cd 100644 --- a/lib/Moose/Meta/Method/Constructor.pm +++ b/lib/Moose/Meta/Method/Constructor.pm @@ -7,7 +7,7 @@ use warnings; use Carp 'confess'; use Scalar::Util 'blessed', 'weaken', 'looks_like_number'; -our $VERSION = '0.50'; +our $VERSION = '0.51'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method',