summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-20 11:39:16 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-20 11:39:16 +0000
commit2a89fadc2a5a321dd03df67f99a755f6ff74bbd4 (patch)
treebcd481c16959a2d0374e2c29da9c0370bc54ec88 /pod/perlrun.pod
parent02daf0ab3f11bf85e3739683ba94241d1c4cf8b2 (diff)
downloadperl-2a89fadc2a5a321dd03df67f99a755f6ff74bbd4.tar.gz
More nits in the PERL5LIB docs, suggested by Andreas.
p4raw-id: //depot/perl@30648
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 961f98411b..7ab79129cd 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -1023,7 +1023,8 @@ X<PERL5LIB>
A list of directories in which to look for Perl library
files before looking in the standard library and the current
directory. Any architecture-specific directories under the specified
-locations are automatically included if they exist.
+locations are automatically included if they exist (this lookup
+being done at interpreter startup time.)
If PERL5LIB is not defined, PERLLIB is used. Directories are separated
(like in PATH) by a colon on unixish platforms and by a semicolon on