X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FGenerated.pm;h=5702e95eed68e357c2b33c8acbac5d74d987ca6f;hb=c16a3087fabac823b511ab1fcfa10d0f64f53bf6;hp=e61bbcf62dafc9ba97b5d91bf8bc276193be984f;hpb=52c685d33a36910371f8265346d0030934ba6b95;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Generated.pm b/lib/Class/MOP/Method/Generated.pm index e61bbcf..5702e95 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.69'; +our $VERSION = '0.74'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';