From: Dave Rolsky Date: Sat, 21 Mar 2009 14:36:58 +0000 (-0500) Subject: revamp docs for MM::Method X-Git-Tag: 0.72_01~50 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3177578e98dad97efbc063f4418e9f5e6fec629;p=gitmo%2FMoose.git revamp docs for MM::Method --- diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm index 4da67aa..2b8a820 100644 --- a/lib/Moose/Meta/Method.pm +++ b/lib/Moose/Meta/Method.pm @@ -41,19 +41,11 @@ 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 - -=over 4 - -=item throw_error $msg, %args - -=item _inline_throw_error $msg_expr, $args_expr - -=back +To understand this class, you should read the the L +documentation. =head1 BUGS diff --git a/xt/pod_coverage.t b/xt/pod_coverage.t index 5978c22..ac1561b 100644 --- a/xt/pod_coverage.t +++ b/xt/pod_coverage.t @@ -24,6 +24,7 @@ my %trustme = ( raise_error ) ], + 'Moose::Meta::Method' => ['throw_error'], 'Moose::Meta::Method::Constructor' => [qw( initialize_body intialize_body)], 'Moose::Meta::Method::Destructor' => ['initialize_body'],