X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FGenerated.pm;h=36a4a64ab17929d178e81eb25efe5451ef5be976;hb=814ad9dc96c1c038147d316b6bb19226e09d8ec3;hp=53a90110f766fbd941f2ef5759344351b5dde3ec;hpb=0cde9e5028a306794aec16d2717a0a2f2536e2da;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Generated.pm b/lib/Class/MOP/Method/Generated.pm index 53a9011..36a4a64 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.98'; +our $VERSION = '0.99'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';