X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FObject.pm;h=adc584215e7f4c946bb409ee977363292332d48f;hb=1746908e63ce233fad3c290d731ac34aff7c2d22;hp=74046c4e81900eda8f7ef9e24a7766c573daeec7;hpb=5ca73186290f999ef2f328c932695f8b02e878e3;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Object.pm b/lib/Mouse/Object.pm index 74046c4..adc5842 100644 --- a/lib/Mouse/Object.pm +++ b/lib/Mouse/Object.pm @@ -10,7 +10,7 @@ Mouse::Object - The base object for Mouse classes =head1 VERSION -This document describes Mouse version 0.76 +This document describes Mouse version 0.85 =head1 METHODS @@ -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.