X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FGenerated.pm;h=19c01ae631a1e4081f4227121d3d2e423f567b16;hb=e00524a03329f89358767302ffc62cd15ec33571;hp=bc8cd8af7553b0ada198dafe98a74f3b39247f1d;hpb=1fd40136e4873b2eb8d24f74e82201ce4b81c42a;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Generated.pm b/lib/Class/MOP/Method/Generated.pm index bc8cd8a..19c01ae 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.80_01'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';