From: gfx Date: Mon, 7 Dec 2009 05:17:32 +0000 (+0900) Subject: Fix a typo in the pod X-Git-Tag: 0.43~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f2334e41e860c2898b1f63431cc0a1fbcc4b67c6;p=gitmo%2FMouse.git Fix a typo in the pod --- diff --git a/lib/Mouse/Object.pm b/lib/Mouse/Object.pm index d3b337e..ab5e170 100644 --- a/lib/Mouse/Object.pm +++ b/lib/Mouse/Object.pm @@ -86,7 +86,7 @@ need to redispatch or return any specific value. This will check if the invocant's class B a given C<$role_name>. This is similar to "isa" for object, but it checks the roles instead. -=head2 C< Str >> +=head2 C<< dump ($maxdepth) -> Str >> From the Moose POD: