small base.pm doc patch
authorLeon Brocard <acme@astray.com>
Fri, 30 Mar 2001 21:49:57 +0000 (22:49 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 30 Mar 2001 22:41:16 +0000 (22:41 +0000)
Message-ID: <20010330214957.B8733@ns0.astray.com>

p4raw-id: //depot/perl@9477

lib/base.pm

index 3cb42f5..d055129 100644 (file)
@@ -30,7 +30,7 @@ C<require>s them.  Whether to C<require> 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, <base> will
 define $VERSION in the base package, setting it to the string
-C<-1, defined by base.pm>.
+C<-1, set by base.pm>.
 
 =head1 HISTORY