From: Fuji, Goro Date: Wed, 29 Sep 2010 02:23:44 +0000 (+0900) Subject: Fix pods X-Git-Tag: 0.77~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=80a014b96953e003b50ade66c340ad5e7eb10d28;p=gitmo%2FMouse.git Fix pods --- diff --git a/lib/Mouse/Object.pm b/lib/Mouse/Object.pm index 74046c4..b85581e 100644 --- a/lib/Mouse/Object.pm +++ b/lib/Mouse/Object.pm @@ -51,9 +51,9 @@ This is similar to C for object, but it checks the roles instead. =head2 C<< $object->dump($maxdepth) -> Str >> This is a handy utility for dumping an object with Data::Dumper. -By default, the maximun depth is 3, to avoid making a mess. +By default, the maximum depth is 3, to avoid making a mess. -=head C<< $object->meta() -> MetaClass >> +=head2 C<< $object->meta() -> MetaClass >> This is a method which provides access to the object's metaclass.