X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod.pm;h=31e5a835ffd5ab09e4e53091142ecfb6824bfb07;hb=d499b013d778b1880738b23c77ccdfed44b8c568;hp=9a0cdda61592d3e19f6d5d485cf12b01fa310521;hpb=28443f5195c7c34f6b40959d336b915bbdbfa7c5;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index 9a0cdda..31e5a83 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', 'reftype', 'blessed'; -our $VERSION = '0.92'; +our $VERSION = '0.92_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';