X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FGenerated.pm;h=102a5afa700e680b50c039792aaed634e2a425f2;hb=83e7706f183225d93f45b706323f47613b7a5e9e;hp=3e450d83e04b286d55394a5bef8bee039bc8ff65;hpb=421e6ebc64cb617e13f908e76538a8cc3c97ca8e;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Generated.pm b/lib/Class/MOP/Method/Generated.pm index 3e450d8..102a5af 100644 --- a/lib/Class/MOP/Method/Generated.pm +++ b/lib/Class/MOP/Method/Generated.pm @@ -6,7 +6,7 @@ use warnings; use Carp 'confess'; -our $VERSION = '0.64_07'; +our $VERSION = '0.71'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';