Beginning of dzilization
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method / Conflicting.pm
index 7b8e254..05e69fe 100644 (file)
@@ -8,8 +8,6 @@ use Moose::Util;
 
 use base qw(Moose::Meta::Role::Method::Required);
 
-our $VERSION   = '1.9900';
-$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 __PACKAGE__->meta->add_attribute('roles' => (
@@ -24,14 +22,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 +74,4 @@ Returns the roles that generated this conflicting method as an English list.
 
 See L<Moose/BUGS> for details on reporting bugs.
 
-=head1 AUTHOR
-
-Stevan Little E<lt>stevan@iinteractive.comE<gt>
-
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2006-2010 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.
-
 =cut