X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod.pm;h=3dad9478ca5c2f9f1369c21d3dd9de43aebed6c0;hb=52a98907d296791b00399c6de206e35865c219e2;hp=b3c9fdae85da373b5d7800e287171464632d4a08;hpb=aead17e74252e3884f9f8e39912ca98fdf4b4dd5;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index b3c9fda..3dad947 100644 --- a/lib/Moose/Meta/Method.pm +++ b/lib/Moose/Meta/Method.pm @@ -3,7 +3,7 @@ package Moose::Meta::Method; use strict; use warnings; -our $VERSION = '0.62'; +our $VERSION = '0.93'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -41,23 +41,19 @@ Moose::Meta::Method - A Moose Method metaclass =head1 DESCRIPTION -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. +This class is a subclass of L that provides +additional Moose-specific functionality, all of which is private. -=head1 METHODS +To understand this class, you should read the the L +documentation. -=over 4 +=head1 INHERITANCE -=item throw_error $msg, %args - -=item _inline_throw_error $msg_expr, $args_expr - -=back +C is a subclass of L. =head1 BUGS -All complex software has bugs lurking in it, and this module is no +All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT. @@ -67,7 +63,7 @@ Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2008 by Infinity Interactive, Inc. +Copyright 2006-2009 by Infinity Interactive, Inc. L