X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FConstructor.pm;fp=lib%2FMoose%2FMeta%2FMethod%2FConstructor.pm;h=9550412ecc0bfb60ce2dda4a87ca364660be18ae;hb=72643035d73124e0b4ef7a8335cdc4f793732b5a;hp=8d8fceedc2367c2f5c48ef91439ea99f7bd4742a;hpb=ba64b156a21cb587b0ce3959f8d57637996fd28a;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index 8d8fcee..9550412 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 = '1.07'; +our $VERSION = '1.08'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method',