X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FMethod.pm;h=ee1c3ff0b4645a438a71b08d95b510c2c3fc0c5d;hb=dbe21639d532a07229d0beeffafafba66a7e26f5;hp=edd16881b909a57645f711c8f76ae25cb7caca9d;hpb=85f8617c231a822a3ffe26fdcc90903437046d93;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Method.pm b/lib/Moose/Meta/Role/Method.pm index edd1688..ee1c3ff 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.78'; +our $VERSION = '0.79'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';