X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-MOP.git;a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod.pm;fp=lib%2FClass%2FMOP%2FMethod.pm;h=7ee49008bf2ac0ac08c06decb10e2fa96e8eb41d;hp=bd3e8f1a437b7302f6041e57637afd182da2ef88;hb=d004c8d565f9b314da7652e9368aeb4587ffaa3d;hpb=2bba2a012a157ca701e85e603bd14d54fded96a7 diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index bd3e8f1..7ee4900 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 = '1.11'; +our $VERSION = '1.12'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';