X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FMethod.pm;h=85a454503fa76f0b3b453b11fb00522800b8dadf;hb=ec9b40825a32befe5fc1537761fae24aedba23a3;hp=8374ecb8272bbc25df20b6eb3b9a225316274e36;hpb=cb5f4275cc545d6566664cbbac66e6ec5dcbca36;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Method.pm b/lib/Moose/Meta/Role/Method.pm index 8374ecb..85a4545 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.75'; +our $VERSION = '0.89'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -22,13 +22,13 @@ Moose::Meta::Role::Method - A Moose Method metaclass for Roles =head1 DESCRIPTION -This is primarily used to mark methods coming from a role +This is primarily used to mark methods coming from a role as being different. Right now it is nothing but a subclass of L. =head1 BUGS -All complex software has bugs lurking in it, and this module is no +All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.