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