X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FMethod.pm;h=559f428c67d716c70a9f7ee5657ad206599982e0;hb=0c3879e855fa83153b432144307fb0e8b7e8d595;hp=16cf225563be87ba8b6035d6417d166c83b8e261;hpb=3543f4d4b3d568ba01455d600fbe60c6b9a8a2c0;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Method.pm b/lib/Moose/Meta/Role/Method.pm index 16cf225..559f428 100644 --- a/lib/Moose/Meta/Role/Method.pm +++ b/lib/Moose/Meta/Role/Method.pm @@ -4,7 +4,7 @@ package Moose::Meta::Role::Method; use strict; use warnings; -our $VERSION = '1.23'; +our $VERSION = '1.25'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';