X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FConstructor.pm;h=a17cbcccac865009eb7bf1796973b16c12f4a744;hb=6d0815b59db07f71cdbfd978ed6f574e57e2b3ea;hp=c4ec8263e3ba5946ee860ab03d36da8a54ce026a;hpb=6232ef492d4ed956c63d19bba3e14e2eaf13afa9;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index c4ec826..a17cbcc 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.92'; +our $VERSION = '0.93'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method',