X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod.pm;h=6e67c811021498201a90fcb54760b86cd9ae0ee2;hb=7329b9e22f165fcc4b0f688986197ca5f7e109ff;hp=3ae11591745851ce7961aec9312cbf0a9d064c6d;hpb=efd3d14c1cf03120dfd1ed7787f8050e55bb8319;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index 3ae1159..6e67c81 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.69'; +our $VERSION = '0.70'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';