X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod.pm;h=9a98e9cf68d6fe9ae12fd4eed34701d58b805169;hb=c808e3d5c3b5fa953d6b9a3ee7ce4cd2b7925f6c;hp=59ee23d5ac7e6309414d3de837d16fbb351e3f3b;hpb=34d049672b90d520d079a4f9d7199c7549c3900c;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index 59ee23d..9a98e9c 100644 --- a/lib/Class/MOP/Method.pm +++ b/lib/Class/MOP/Method.pm @@ -7,7 +7,7 @@ use warnings; use Carp 'confess'; use Scalar::Util 'weaken'; -our $VERSION = '0.65'; +our $VERSION = '0.67'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';