X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod.pm;h=9000bb1d1f97a5d5ad4873483c2c615d8eb0b800;hb=95e647f01bdb9147b9d27cb9ac49d2adebff27b8;hp=072778d03ecfccec1878f80f8b94ee21d8cc0be5;hpb=a2619b5273596fe48f113f4e9848bacd8a4d4ef6;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index 072778d..9000bb1 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.82'; +our $VERSION = '0.82_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';