Beginning of dzilization
[gitmo/Moose.git] / lib / Moose / Meta / Method / Overridden.pm
index 5ae39e5..02580b4 100644 (file)
@@ -3,8 +3,6 @@ package Moose::Meta::Method::Overridden;
 use strict;
 use warnings;
 
-our $VERSION   = '0.89';
-$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>
@@ -96,21 +92,6 @@ is required.
 
 =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
-
-Yuval Kogman E<lt>nothingmuch@cpan.orgE<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