X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FWrapped.pm;h=6dcae3a7a51479867ab374de2964bc0c96e26ffe;hb=089535f2f76516bbeebd54edcd3e9b80c54cbfd3;hp=2cf2197e6a2c2a7887c62b3d4e285a636678ab0b;hpb=f3ddcd1a0bcb963fc368a7f7fcbd1cf76c515ed0;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Wrapped.pm b/lib/Class/MOP/Method/Wrapped.pm index 2cf2197..6dcae3a 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.80'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';