X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FRole%2FMethod%2FConflicting.pm;h=7b0f8e0bc683ef9d82a3ce123e7ba5dd84fb73de;hb=d5f6cadef8d83deaf7dd95302908cd4f61aeab8a;hp=f186984d4f37c6d942972b136bac31662df4348b;hpb=55d05fb16429c2150b5337b1a0130ae334e129d0;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Method/Conflicting.pm b/lib/Moose/Meta/Role/Method/Conflicting.pm index f186984..7b0f8e0 100644 --- a/lib/Moose/Meta/Role/Method/Conflicting.pm +++ b/lib/Moose/Meta/Role/Method/Conflicting.pm @@ -8,10 +8,6 @@ use Moose::Util; use base qw(Moose::Meta::Role::Method::Required); -our $VERSION = '1.12'; -$VERSION = eval $VERSION; -our $AUTHORITY = 'cpan:STEVAN'; - __PACKAGE__->meta->add_attribute('roles' => ( reader => 'roles', required => 1, @@ -24,14 +20,12 @@ sub roles_as_english_list { 1; +# ABSTRACT: A Moose metaclass for conflicting methods in Roles + __END__ =pod -=head1 NAME - -Moose::Meta::Role::Method::Conflicting - A Moose metaclass for conflicting methods in Roles - =head1 DESCRIPTION =head1 INHERITANCE @@ -78,17 +72,4 @@ Returns the roles that generated this conflicting method as an English list. See L for details on reporting bugs. -=head1 AUTHOR - -Stevan Little Estevan@iinteractive.comE - -=head1 COPYRIGHT AND LICENSE - -Copyright 2006-2010 by Infinity Interactive, Inc. - -L - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. - =cut