X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FConstructor.pm;h=5a83ddcf61de2c5a3a6876a80e754c5ea32c7696;hb=55d05fb16429c2150b5337b1a0130ae334e129d0;hp=a1daa3ea60da4396912b92cbd52d15c05a0c389f;hpb=a1224bfcd884034efdee87d80f8779b62f6b2f9b;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index a1daa3e..5a83ddc 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', 'refaddr'; -our $VERSION = '1.11'; +our $VERSION = '1.12'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method',