Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method / Conflicting.pm
index 2956e99..7b0f8e0 100644 (file)
@@ -8,10 +8,6 @@ use Moose::Util;
 
 use base qw(Moose::Meta::Role::Method::Required);
 
-our $VERSION   = '0.92';
-$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
@@ -76,21 +70,6 @@ Returns the roles that generated this conflicting method as an English list.
 
 =head1 BUGS
 
-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.
-
-=head1 AUTHOR
-
-Stevan Little E<lt>stevan@iinteractive.comE<gt>
-
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2006-2009 by Infinity Interactive, Inc.
-
-L<http://www.iinteractive.com>
-
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
+See L<Moose/BUGS> for details on reporting bugs.
 
 =cut