X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=939d87a7238e44a54cf22e0c4b1e5d1e8c6564fd;hb=30350cb4d7b4345131ed638b2b30e7d1b7b1ef4c;hp=5eaf31abb3ab5db1a5e46a1c5b2d2e4aaaf76398;hpb=e016145bb5cb74abea3ad95d9ccc92d40ce6cc67;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index 5eaf31a..939d87a 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.64'; +our $VERSION = '0.65'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';