X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FGenerated.pm;h=2f2b1b81eebd37aa844614782e1e545db1aa44d3;hb=92e250b0af746085306392cd25e053f3000ca3d3;hp=587c10d53b94a60fc9aae734e974d2fc77e84a86;hpb=e2c189ae0104617a64dfc2f140a4abf05468c349;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Generated.pm b/lib/Class/MOP/Method/Generated.pm index 587c10d..2f2b1b8 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.70'; +our $VERSION = '0.69_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';