X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod.pm;h=7ee49008bf2ac0ac08c06decb10e2fa96e8eb41d;hb=bd2550f8320262fe1ab10f6c0eedc960889d869f;hp=bd3e8f1a437b7302f6041e57637afd182da2ef88;hpb=46fccbab1ce2ee3a115b69e05a383f42dbf78890;p=gitmo%2FClass-MOP.git 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';