X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FMethod.pm;h=5b03e941234bb5ec1118cefe1517dea67e7608a7;hb=a9538ac90101d931f556b2649be34d4084d936e5;hp=b95973d11746267646d55be4a8c24823f2ca8c67;hpb=39b3bc94309529721acb365c64b2ff52a0c2be35;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Method.pm b/lib/Moose/Meta/Role/Method.pm index b95973d..5b03e94 100644 --- a/lib/Moose/Meta/Role/Method.pm +++ b/lib/Moose/Meta/Role/Method.pm @@ -4,7 +4,8 @@ package Moose::Meta::Role::Method; use strict; use warnings; -our $VERSION = '0.01'; +our $VERSION = '0.50'; +our $AUTHORITY = 'cpan:STEVAN'; use base 'Class::MOP::Method'; @@ -16,15 +17,13 @@ __END__ =head1 NAME -=head1 SYNOPOSIS +Moose::Meta::Role::Method - A Moose Method metaclass for Roles =head1 DESCRIPTION -=head1 METHODS - -=over 4 - -=back +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 @@ -36,11 +35,9 @@ to cpan-RT. Stevan Little Estevan@iinteractive.comE -Yuval Kogman Enothingmuch@woobling.comE - =head1 COPYRIGHT AND LICENSE -Copyright 2006 by Infinity Interactive, Inc. +Copyright 2006-2008 by Infinity Interactive, Inc. L