X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod.pm;h=7037e125e91431dc196affde888b04b97a468379;hb=e45f0a07c741bb8b8eedbbab139d245fc4cf7c4a;hp=9a98e9cf68d6fe9ae12fd4eed34701d58b805169;hpb=8b9106cff605d1a1d153ee669645aaf3c31b27c5;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index 9a98e9c..7037e12 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.67'; +our $VERSION = '0.68'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';