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=1082e7b1cdb6426350448c87e4c8e9b03003b008;hpb=47bfa72ec1063777f444c2146171592347b198f3;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index 1082e7b..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.09'; +our $VERSION = '1.12'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method',