X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FMethod.pm;h=322f05acd5dc33a6777e29bab0ad8ebfa3a494a0;hb=07b0f1a5599bf1a0ed99933200ca27290e9a468a;hp=5b03e941234bb5ec1118cefe1517dea67e7608a7;hpb=eaa35e6e0f9132abf6ed0cec60515dd7259ce704;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Method.pm b/lib/Moose/Meta/Role/Method.pm index 5b03e94..322f05a 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 = '0.50'; +our $VERSION = '0.51'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Class::MOP::Method'; @@ -44,4 +44,4 @@ L This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -=cut \ No newline at end of file +=cut