X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FMeta.pm;h=d9573cf3e5cd4992b531e9aa1403d5affd8ec2f3;hb=d004c8d565f9b314da7652e9368aeb4587ffaa3d;hp=63618a056ccfdec1b08a0db7c316d2e9385aeb92;hpb=a9f48b4b572ccf3a230f06084b27e86e44caa729;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Meta.pm b/lib/Class/MOP/Method/Meta.pm index 63618a0..d9573cf 100644 --- a/lib/Class/MOP/Method/Meta.pm +++ b/lib/Class/MOP/Method/Meta.pm @@ -7,7 +7,7 @@ use warnings; use Carp 'confess'; use Scalar::Util 'blessed'; -our $VERSION = '1.11'; +our $VERSION = '1.12'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';