summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2017-10-16 22:39:45 +0200
committerLukas Mai <l.mai@web.de>2017-10-16 22:40:18 +0200
commit490a0bffed65156cc6a814fa753c05a0621e084f (patch)
tree532e4d9e1df8525790cb391d570fa22b3a640dc6 /pod/perlrun.pod
parentf2ee4cb897ec9dd3338abcd0e9a42cb41ce9a173 (diff)
downloadperl-490a0bffed65156cc6a814fa753c05a0621e084f.tar.gz
PERL5LIB documentation: '.' is no longer in @INC by default
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index b5e4c06517..a50ebe2944 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -994,9 +994,9 @@ used.
=item PERL5LIB
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 and version-specific directories,
+A list of directories in which to look for Perl library files before
+looking in the standard library.
+Any architecture-specific and version-specific directories,
such as F<version/archname/>, F<version/>, or F<archname/> under the
specified locations are automatically included if they exist, with this
lookup done at interpreter startup time. In addition, any directories
@@ -1177,7 +1177,7 @@ support.
X<PERLLIB>
A list of directories in which to look for Perl library
-files before looking in the standard library and the current directory.
+files before looking in the standard library.
If PERL5LIB is defined, PERLLIB is not used.
The PERLLIB environment variable is completely ignored when Perl