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=76e2dfc8333f9c6cc732924d791f575b52c3533b;hpb=c808e3d5c3b5fa953d6b9a3ee7ce4cd2b7925f6c;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Generated.pm b/lib/Class/MOP/Method/Generated.pm index 76e2dfc..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.67'; +our $VERSION = '0.69_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';