X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=fe12886e792b700efb9c4f50fc5f627342a593d8;hb=be05faea2de65e890bb91af2f2341f644e95883e;hp=4907a70485d3edf2b5c823b30024938da123df6e;hpb=39b3bc94309529721acb365c64b2ff52a0c2be35;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index 4907a70..fe12886 100644 --- a/lib/Moose/Meta/Method.pm +++ b/lib/Moose/Meta/Method.pm @@ -3,7 +3,8 @@ package Moose::Meta::Method; use strict; use warnings; -our $VERSION = '0.01'; +our $VERSION = '0.50'; +our $AUTHORITY = 'cpan:STEVAN'; use base 'Class::MOP::Method'; @@ -15,15 +16,13 @@ __END__ =head1 NAME -=head1 SYNOPOSIS +Moose::Meta::Method - A Moose Method metaclass =head1 DESCRIPTION -=head1 METHODS - -=over 4 - -=back +For now, this is nothing but a subclass of Class::MOP::Method, +but with the expanding role of the method sub-protocol, it might +be more useful later on. =head1 BUGS @@ -35,11 +34,9 @@ to cpan-RT. Stevan Little Estevan@iinteractive.comE -Yuval Kogman Enothingmuch@woobling.comE - =head1 COPYRIGHT AND LICENSE -Copyright 2006 by Infinity Interactive, Inc. +Copyright 2006-2008 by Infinity Interactive, Inc. L