X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FConstructor.pm;h=80382528349c2eeb1e801bceb80fd4e3d43bdb26;hb=5ef36adde3d619733607b9f5f1136524a00848df;hp=a2362089dcb9e575657e5a88c89fae70194a5516;hpb=ed771761c8be1e83bc1cdd26c4f763dba5ba7cd2;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index a236208..8038252 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 = '0.84'; +our $VERSION = '0.85'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method',