X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FConstructor.pm;h=4474207902e0bb7b6c24c5fd2d0db8472d2801ef;hb=74397c13ad55fc865db34721aed512d4f605fadf;hp=8cad19a9035f8fed8e62fb34809772b94d1e8b93;hpb=de819fed52df2a5cf27e345ca68f7c5618a23c03;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index 8cad19a..4474207 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.75'; +our $VERSION = '0.75_01'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method',