X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=686c56e13e46c9611b20b8661dd5aefc11a5156a;hb=74397c13ad55fc865db34721aed512d4f605fadf;hp=3d1ce23d22bb5006dd678e095283f99676ea387c;hpb=de819fed52df2a5cf27e345ca68f7c5618a23c03;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index 3d1ce23..686c56e 100644 --- a/lib/Moose/Meta/Method.pm +++ b/lib/Moose/Meta/Method.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method; use strict; use warnings; -our $VERSION = '0.75'; +our $VERSION = '0.75_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';