X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod.pm;h=072778d03ecfccec1878f80f8b94ee21d8cc0be5;hb=403cfbeccca4e7750da88c52ad7fd81f35a7e9a7;hp=f2f3bb1080a376de37185ef5f1e13baf74283f30;hpb=a9a053ab55144bfedc80b8e7e39712a747837cae;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index f2f3bb1..072778d 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.81'; +our $VERSION = '0.82'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';