From: gfx Date: Sat, 3 Oct 2009 06:13:54 +0000 (+0900) Subject: Fix pods X-Git-Tag: 0.37_02~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5164490da24fe55481661434c79bad6a931ffce8;p=gitmo%2FMouse.git Fix pods --- diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 1bf2f7d..c00ab5e 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -374,13 +374,13 @@ This will load a given C (or die if it is not loadable). This function can be used in place of tricks like C or using C. -=head2 C<< Mouse::Util::class_of(ClassName) >> +=head3 C<< Mouse::Util::class_of(ClassName or Object) >> -The counterpart of C. This is not exportable. +=head3 C<< Mouse::Util::get_metaclass_by_name(ClassName) >> -=head2 C<< Mouse::Util::get_metaclass_by_name(ClassName) >> +=head3 C<< Mouse::Util::get_all_metaclass_instances() >> -The counterpart of C. This is not exportable. +=head3 C<< Mouse::Util::get_all_metaclass_names() >> =head2 MRO::Compat @@ -398,7 +398,7 @@ The counterpart of C. This is not exportabl L -L +L L