X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FAccessor.pm;h=71843be937861e623cf79778c69cc895b11613e4;hb=421e6ebc64cb617e13f908e76538a8cc3c97ca8e;hp=69228ac37b27a2e63aecd1ae5d6420de56b25504;hpb=dcbfe027c090a3cc999d7274e81198e7ab221710;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Accessor.pm b/lib/Class/MOP/Method/Accessor.pm index 69228ac..71843be 100644 --- a/lib/Class/MOP/Method/Accessor.pm +++ b/lib/Class/MOP/Method/Accessor.pm @@ -7,7 +7,7 @@ use warnings; use Carp 'confess'; use Scalar::Util 'blessed', 'weaken'; -our $VERSION = '0.64_06'; +our $VERSION = '0.64_07'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';