X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FWrapped.pm;h=b2c4e154d2a2b03ea3ab13281c0eef04beab120b;hb=34147f49f7fa85afe801d684c3e25322e4a34f61;hp=101eb97d127331d0c72a67c39202639e7ef4c211;hpb=006c87bf9f78c6ffd1f8c2e3ef41c9eebc8dcb8f;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Wrapped.pm b/lib/Class/MOP/Method/Wrapped.pm index 101eb97..b2c4e15 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.71'; +our $VERSION = '0.71_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';