Beginning of dzilization
[gitmo/Moose.git] / lib / Moose / Meta / Method / Overridden.pm
index 05d1163..02580b4 100644 (file)
@@ -3,8 +3,6 @@ package Moose::Meta::Method::Overridden;
 use strict;
 use warnings;
 
-our $VERSION   = '1.15';
-$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Method';
@@ -49,14 +47,12 @@ sub new {
 
 1;
 
+# ABSTRACT: A Moose Method metaclass for overridden methods
+
 __END__
 
 =pod
 
-=head1 NAME
-
-Moose::Meta::Method::Overridden - A Moose Method metaclass for overridden methods
-
 =head1 DESCRIPTION
 
 This class implements method overriding logic for the L<Moose>
@@ -98,17 +94,4 @@ is required.
 
 See L<Moose/BUGS> for details on reporting bugs.
 
-=head1 AUTHOR
-
-Yuval Kogman E<lt>nothingmuch@cpan.orgE<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