X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=f36a2a48a71330f0ae6da8bd68c72186c128dca4;hb=aa7bbf26111ba4ed260458857f0a9cf007511bd4;hp=0640dcc2870f7604b41b43296b525ecc5944277c;hpb=7d93ec414e0d301292d89be61c5845152ab1b913;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index 0640dcc..f36a2a4 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.65'; +our $VERSION = '0.66'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';