X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FWrapped.pm;h=15f2116e5dab24cca5d03842edad43e5070ae644;hb=df7077cdfcea7ebdedef42da0082b43d6129ca7a;hp=1de603b45d89a9001d83f837852e03ae7eec5e83;hpb=33f5d8ecd0e065b90c6e4763c1933cd108bb8509;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Wrapped.pm b/lib/Class/MOP/Method/Wrapped.pm index 1de603b..15f2116 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.64_02'; +our $VERSION = '0.64_03'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';