diff options
author | Leon Brocard <acme@astray.com> | 2001-03-30 22:49:57 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-30 22:41:16 +0000 |
commit | 509eaf621fa8b0d040345ae3c00ae8ac8255406e (patch) | |
tree | bedcbfaeabfaf18f41ab29482c2bb320a729f6fe /lib/base.pm | |
parent | 2fc34c7bf96cc7eabe6512bbd53abd37c5b6d429 (diff) | |
download | perl-509eaf621fa8b0d040345ae3c00ae8ac8255406e.tar.gz |
small base.pm doc patch
Message-ID: <20010330214957.B8733@ns0.astray.com>
p4raw-id: //depot/perl@9477
Diffstat (limited to 'lib/base.pm')
-rw-r--r-- | lib/base.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.pm b/lib/base.pm index 3cb42f5bfa..d055129fb0 100644 --- a/lib/base.pm +++ b/lib/base.pm @@ -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 |