From: Dave Rolsky Date: Tue, 17 Mar 2009 17:29:18 +0000 (-0500) Subject: Missing docs on method metaclass names X-Git-Tag: 0.78_02~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=392327b7b273e00a0556fc495042088a8fb3263e;p=gitmo%2FClass-MOP.git Missing docs on method metaclass names --- diff --git a/lib/Class/MOP/Class.pm b/lib/Class/MOP/Class.pm index abfec64..24c4677 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -1233,7 +1233,7 @@ instance's attributes. Returns the class name of the instance metaclass, see L for more information on the instance -metaclasses. +metaclass. =item B<< $metaclass->get_meta_instance >> @@ -1398,6 +1398,17 @@ track the original source of any methods added from other classes Remove the named method from the class. This method returns the L object for the method. +=item B<< $metaclass->method_metaclass >> + +Returns the class name of the method metaclass, see +L for more information on the method metaclass. + +=item B<< $metaclass->wrapped_method_metaclass >> + +Returns the class name of the wrapped method metaclass, see +L for more information on the wrapped +method metaclass. + =back =head2 Attribute introspection and creation