Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Meta / Method / Meta.pm
index d4af4b8..9512856 100644 (file)
@@ -4,10 +4,6 @@ package Moose::Meta::Method::Meta;
 use strict;
 use warnings;
 
-our $VERSION   = '1.14';
-$VERSION = eval $VERSION;
-our $AUTHORITY = 'cpan:STEVAN';
-
 use base 'Moose::Meta::Method',
          'Class::MOP::Method::Meta';
 
@@ -31,14 +27,12 @@ sub _make_compatible_with {
 
 1;
 
+# ABSTRACT: A Moose Method metaclass for C<meta> methods
+
 __END__
 
 =pod
 
-=head1 NAME
-
-Moose::Meta::Method::Meta - A Moose Method metaclass for C<meta> methods
-
 =head1 DESCRIPTION
 
 This class is a subclass of L<Class::MOP::Method::Meta> that
@@ -52,17 +46,4 @@ L<Class::MOP::Method::Meta> documentation.
 
 See L<Moose/BUGS> for details on reporting bugs.
 
-=head1 AUTHOR
-
-Jesse Luehrs E<lt>doy at tozt dot net<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