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=36b885346ff416ce0fbd833390de7ebe9b2a5309;hpb=72643035d73124e0b4ef7a8335cdc4f793732b5a;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Augmented.pm b/lib/Moose/Meta/Method/Augmented.pm index 36b8853..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.08'; -$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