X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAugmented.pm;h=359692d022926068c7299571b40c4c82a0c98371;hb=ad46f5244f59757c45306c4a41e195b7aa4b0943;hp=3fb2f7e418c49f41b20e6c4e2470d829f0a9da82;hpb=edd0727e711e8e22faac32665c3c6070b62730fc;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Augmented.pm b/lib/Moose/Meta/Method/Augmented.pm index 3fb2f7e..359692d 100644 --- a/lib/Moose/Meta/Method/Augmented.pm +++ b/lib/Moose/Meta/Method/Augmented.pm @@ -3,8 +3,6 @@ package Moose::Meta::Method::Augmented; use strict; use warnings; -our $VERSION = '1.9900'; -$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method'; @@ -56,14 +54,12 @@ sub new { 1; +# ABSTRACT: A Moose Method metaclass for augmented methods + __END__ =pod -=head1 NAME - -Moose::Meta::Method::Augmented - A Moose Method metaclass for augmented methods - =head1 DESCRIPTION This class implements method augmentation logic for the L @@ -109,17 +105,4 @@ option is required. See L for details on reporting bugs. -=head1 AUTHOR - -Yuval Kogman Enothingmuch@cpan.orgE - -=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