X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FAccessor.pm;h=e07a2eb831a7b6f32950cc93ba874e95f8a30a52;hb=52c685d33a36910371f8265346d0030934ba6b95;hp=5cd69b6c78c30c360b213314765bef929202b2b4;hpb=0a61b5ea5ad211dda364b1eb99522e3dc0f3c20c;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Accessor.pm b/lib/Class/MOP/Method/Accessor.pm index 5cd69b6..e07a2eb 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.68'; +our $VERSION = '0.69'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';