X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FConstructor.pm;h=e3889961fb77474609c74ad2fa38c19f8900023c;hb=ad46f5244f59757c45306c4a41e195b7aa4b0943;hp=d5c9334c24931968d0b99d6a53e7bbdd46dd6168;hpb=edd0727e711e8e22faac32665c3c6070b62730fc;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index d5c9334..e388996 100644 --- a/lib/Moose/Meta/Method/Constructor.pm +++ b/lib/Moose/Meta/Method/Constructor.pm @@ -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 that @@ -112,18 +109,5 @@ L I L. See L for details on reporting bugs. -=head1 AUTHORS - -Stevan Little Estevan@iinteractive.comE - -=head1 COPYRIGHT AND LICENSE - -Copyright 2006-2010 by Infinity Interactive, Inc. - -L - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. - =cut