X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FWrapped.pm;h=66c94f6192cca26fa217ce84b5b827db20d6e0e2;hb=097eeb20923df544ba145c1e61bc773d7df5857a;hp=0688f704be08e1ad6f037aac01c536aaf9173987;hpb=4bfa5ddbc8d54123eb64b0873f71a28b03064f9a;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Wrapped.pm b/lib/Class/MOP/Method/Wrapped.pm index 0688f70..66c94f6 100644 --- a/lib/Class/MOP/Method/Wrapped.pm +++ b/lib/Class/MOP/Method/Wrapped.pm @@ -7,7 +7,7 @@ use warnings; use Carp 'confess'; use Scalar::Util 'blessed'; -our $VERSION = '0.78'; +our $VERSION = '0.77_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';