X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod.pm;h=199bc3bcbeb01f8aa18eb8c0ddffa3494756553b;hb=1af3d9e7321d3d561b1c6da5c943af9a64032cee;hp=ca6eeb4279ab6d7a528d5b71859167ed2b634a8b;hpb=814ad9dc96c1c038147d316b6bb19226e09d8ec3;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index ca6eeb4..199bc3b 100644 --- a/lib/Class/MOP/Method.pm +++ b/lib/Class/MOP/Method.pm @@ -7,7 +7,7 @@ use warnings; use Carp 'confess'; use Scalar::Util 'weaken', 'reftype', 'blessed'; -our $VERSION = '0.99'; +our $VERSION = '1.00'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';