X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FGenerated.pm;h=d2c31a7357f0aaac99e20886fb845d0a054065ca;hb=e45f0a07c741bb8b8eedbbab139d245fc4cf7c4a;hp=76e2dfc8333f9c6cc732924d791f575b52c3533b;hpb=8b9106cff605d1a1d153ee669645aaf3c31b27c5;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Generated.pm b/lib/Class/MOP/Method/Generated.pm index 76e2dfc..d2c31a7 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.68'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';