X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAugmented.pm;h=fdb91b8af20c5db40fa569be186a949408bc9a18;hb=0f1a71fc19c13d0a223fab58d7807fb4d45beab7;hp=247f645411c252f1c2caa7cf339bb18166737cd0;hpb=1c7518d411958aa1651b82bbc8238265c6248f75;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Augmented.pm b/lib/Moose/Meta/Method/Augmented.pm index 247f645..fdb91b8 100644 --- a/lib/Moose/Meta/Method/Augmented.pm +++ b/lib/Moose/Meta/Method/Augmented.pm @@ -3,10 +3,6 @@ package Moose::Meta::Method::Augmented; use strict; use warnings; -our $VERSION = '1.13'; -$VERSION = eval $VERSION; -our $AUTHORITY = 'cpan:STEVAN'; - use base 'Moose::Meta::Method'; sub new { @@ -56,14 +52,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 +103,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