Beginning of dzilization
[gitmo/Moose.git] / lib / Moose / Meta / Method / Constructor.pm
index d5c9334..e388996 100644 (file)
@@ -8,7 +8,6 @@ use Carp ();
 use Scalar::Util 'blessed', 'weaken', 'looks_like_number', 'refaddr';
 use Try::Tiny;
 
-our $VERSION   = '1.9900';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Method',
@@ -87,14 +86,12 @@ sub _eval_environment {
 
 1;
 
+# ABSTRACT: Method Meta Object for constructors
+
 __END__
 
 =pod
 
-=head1 NAME
-
-Moose::Meta::Method::Constructor - Method Meta Object for constructors
-
 =head1 DESCRIPTION
 
 This class is a subclass of L<Class::MOP::Method::Constructor> that
@@ -112,18 +109,5 @@ L<Moose::Meta::Method> I<and> L<Class::MOP::Method::Constructor>.
 
 See L<Moose/BUGS> for details on reporting bugs.
 
-=head1 AUTHORS
-
-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