X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FGenerated.pm;h=c9f477bb4cb4ca13cddeea90fabaa38a66a0d230;hb=2a755fe899a935b972c69fddcec98e565ed97177;hp=ed3b7b1ccc2ec74d8a6931b2a6f1bfa6c181c086;hpb=8a7085c1c895cd5a263fcf27224ea0999d65e704;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Generated.pm b/lib/Class/MOP/Method/Generated.pm index ed3b7b1..c9f477b 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.64_04'; +our $VERSION = '0.64_05'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';