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=542f8843ff70e6559d786853779115f3bd5fc565;hpb=dbe21639d532a07229d0beeffafafba66a7e26f5;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index 542f884..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.79'; +our $VERSION = '0.81'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method',