X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FGenerated.pm;h=203de2d66fce7148def73e270b7dc3e17d549038;hb=5f9d7960c4bc46df9da25d5aefaf6610c9cbc20a;hp=257af8ed400d7927b5c32f8ded65525c6d0f0cb3;hpb=c3d12242f5f8414f65271f14ec7f6b662ae425a5;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Generated.pm b/lib/Class/MOP/Method/Generated.pm index 257af8e..203de2d 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.78'; +our $VERSION = '0.78_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';