X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod.pm;h=81a2706a330e3aa3669dff7c7863d13d9e9b7dec;hb=f035b141c7228eea7b709f06f20178782f0e29ee;hp=7991de4ecc535a7e3ee047cf213f4c9ce83a4661;hpb=0a3388ad28365536dd0896bfdbe9896a6e90430d;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index 7991de4..81a2706 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.04'; +our $VERSION = '1.09'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';