summaryrefslogtreecommitdiff
path: root/lib/base.pm
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2001-03-30 22:49:57 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-30 22:41:16 +0000
commit509eaf621fa8b0d040345ae3c00ae8ac8255406e (patch)
treebedcbfaeabfaf18f41ab29482c2bb320a729f6fe /lib/base.pm
parent2fc34c7bf96cc7eabe6512bbd53abd37c5b6d429 (diff)
downloadperl-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.pm2
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