X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=f4d260f4fdb5436795d64303781cbbae5c1a14a3;hb=8b5074ce1a5038824f1e1177cd00d1bcfec5a9fb;hp=d864e2b3532663bf6bed12ac5c39f0654f20786d;hpb=bef3ee559c86026c74c1bf935b0fc97819166198;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index d864e2b..f4d260f 100644 --- a/lib/Moose/Meta/Method.pm +++ b/lib/Moose/Meta/Method.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method; use strict; use warnings; -our $VERSION = '0.94'; +our $VERSION = '0.97'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';