X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod.pm;h=9db5cf9ea1f20013f04d0d3a11c0ed43c548b46b;hb=5d10c516c73e34da6e350bc567aaf8c272428c9b;hp=8502fc6338d2efcec4cc7dd40d808ea0bf1cf42a;hpb=0b3050284000b4f71328d5ca548612fddb3573f5;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index 8502fc6..9db5cf9 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'; -our $VERSION = '0.75'; +our $VERSION = '0.76'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';