X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FConstructor.pm;h=7eb6606d43745158c3d2763bdb84355779c57c5b;hb=eae0508f6f8fca847956c2ed8c48ec23cebd3106;hp=815c40dd0e8c122732f97ab0060887cda5a3dff9;hpb=75d2da3428d70afc00efb0f295fd0656a05d6b9f;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index 815c40d..7eb6606 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.77'; +our $VERSION = '0.81'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method',