X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FObject.pm;h=c5d68d964f09481a6c26629eea53ab111a75a1da;hb=ebe91068002fbe34a924a0a9e2cd79553867938c;hp=7582c1ceee33220d10fb614ad396f0564d5f9d59;hpb=4c0fe06fa87e7c2c4ed1666e77ed52ae020f19d7;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Object.pm b/lib/Mouse/Object.pm index 7582c1c..c5d68d9 100644 --- a/lib/Mouse/Object.pm +++ b/lib/Mouse/Object.pm @@ -47,7 +47,7 @@ Mouse::Object - The base object for Mouse classes =head1 VERSION -This document describes Mouse version 0.41 +This document describes Mouse version 0.43 =head1 METHODS @@ -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: