X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=603646b4d79144b4b0f26289e1342a4456bac532;hb=3eb89f709f04907580b508f821d6be2316fcb65f;hp=b14380d5c87d2b0255f566d9ac83ac591db47c8f;hpb=c776160203d49277d4501b76ec02ef10d306193b;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index b14380d..603646b 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 = '1.00'; +our $VERSION = '1.01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';