From: gfx Date: Mon, 28 Sep 2009 01:19:07 +0000 (+0900) Subject: Fix pods X-Git-Tag: 0.37~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=5bacd9bfe4888d8b10c59983462036d89d6e25c4 Fix pods --- diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 254ddbc..2c3bdaf 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -350,7 +350,7 @@ Mouse::Util - features, with or without their dependencies =head2 Class::MOP -=head2 C<< is_class_loaded(ClassName) -> Bool >> +=head3 C<< is_class_loaded(ClassName) -> Bool >> Returns whether C is actually loaded or not. It uses a heuristic which involves checking for the existence of C<$VERSION>, C<@ISA>, and any