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=6c077a0a119a2aea6b034525db0da3b65143df9a;hpb=ae7820b1b884344a7ee90d94b484ca46459eb7b1;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Role/Method/Conflicting.pm b/lib/Moose/Meta/Role/Method/Conflicting.pm index 6c077a0..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.06'; -$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