revamp docs for MM::Method
Dave Rolsky [Sat, 21 Mar 2009 14:36:58 +0000 (09:36 -0500)]
lib/Moose/Meta/Method.pm
xt/pod_coverage.t

index 4da67aa..2b8a820 100644 (file)
@@ -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<Class::MOP::Class> 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<Class::MOP::Class>
+documentation.
 
 =head1 BUGS
 
index 5978c22..ac1561b 100644 (file)
@@ -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'],