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