X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FConstructor.pm;h=853717188f7060b530e06b3bcbe735f0e6cf92db;hb=aead17e74252e3884f9f8e39912ca98fdf4b4dd5;hp=626f4ab4147aa654b9647bba9a4ad8e58246ec5d;hpb=f3a93494ac1e6385d3ec56162fdac73ae79c00a9;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index 626f4ab..8537171 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'; -our $VERSION = '0.61'; +our $VERSION = '0.62'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method',