X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod.pm;h=cff21449c56d8d550bac1e449fb2d248ad91eb48;hb=92e250b0af746085306392cd25e053f3000ca3d3;hp=6e67c811021498201a90fcb54760b86cd9ae0ee2;hpb=e2c189ae0104617a64dfc2f140a4abf05468c349;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index 6e67c81..cff2144 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.70'; +our $VERSION = '0.69_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';