From: Chris Prather Date: Fri, 14 Sep 2007 09:48:23 +0000 (+0000) Subject: fix some pod following castaway's comments X-Git-Tag: 0_26~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2bbba3628fa5eac135c935fe4e333a092215418f;p=gitmo%2FMoose.git fix some pod following castaway's comments --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 0bfd744..26f456d 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -750,9 +750,10 @@ and C<{into_level =E 1}> =head2 B Moose does some boot strapping: it creates a metaclass object for your class, -and then injects a C accessor into your class. Then it sets a baseclass -unlesss one is already defined. This is all done via C which takes -the name of your class and optionally a baseclass and a metaclass as arguments. +and then injects a C accessor into your class to retrieve it. Then it +sets your baseclass to Moose::Object or the value you pass in unless you already +have one. This is all done via C which takes the name of your class +and optionally a baseclass and a metaclass as arguments. =head1 CAVEATS