X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FGenerated.pm;h=59bd7b6b8899075d66f103856010763f613360d9;hb=6e1c8b63d87c6e1d8e84e15cc2c1f5336780515b;hp=8cf671a3ddcec8f9d98300e6f25417dd23627a7a;hpb=ebce55398177423965f0582686a812fe79e20d70;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Generated.pm b/lib/Class/MOP/Method/Generated.pm index 8cf671a..59bd7b6 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.62'; +our $VERSION = '0.63'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Class::MOP::Method';