X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod.pm;h=515f8c7aee029a0a439dbe6f9141e17a62f8556c;hb=eca95e0476ae5a66144c4fd1f4a23c2ba4bdbf26;hp=c2fa92223493b3dcfc69b69fb9999b2c27557ca9;hpb=d5f6699d736fb63d5c072400969e366edabe8efd;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index c2fa922..515f8c7 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.77_01'; +our $VERSION = '0.78'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';