From: Rafael Garcia-Suarez Date: Thu, 10 Apr 2003 20:40:14 +0000 (+0000) Subject: Peter Scott suggests that the docs for base.pm should X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bcbfb61f88277e13fc99a5975ccfe2d69a14b0f0;p=p5sagit%2Fp5-mst-13.2.git Peter Scott suggests that the docs for base.pm should state explicitely that base.pm doesn't call import() on base classes. Plus a few typos. p4raw-id: //depot/perl@19189 --- diff --git a/lib/base.pm b/lib/base.pm index 37f220f..8564c6c 100644 --- a/lib/base.pm +++ b/lib/base.pm @@ -22,15 +22,15 @@ it. Multiple inheritance of %FIELDS is not supported. The 'base' pragma will croak if multiple base classes have a %FIELDS hash. See L for a description of this feature. -When strict 'vars' is in scope I also let you assign to @ISA +When strict 'vars' is in scope, I also lets you assign to @ISA without having to declare @ISA with the 'vars' pragma first. If any of the base classes are not loaded yet, I silently -Cs them. Whether to C a base class package is -determined by the absence of a global $VERSION in the base package. -If $VERSION is not detected even after loading it, will -define $VERSION in the base package, setting it to the string -C<-1, set by base.pm>. +Cs them (but it won't call the C method). Whether to +C a base class package is determined by the absence of a global +$VERSION in the base package. If $VERSION is not detected even after +loading it, I will define $VERSION in the base package, setting it to +the string C<-1, set by base.pm>. =head1 HISTORY