summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2017-03-24 08:48:32 +0000
committerDavid Mitchell <davem@iabyn.com>2017-03-24 08:48:32 +0000
commit939e7f268559d7c80860c4e1a519e0c25d84f793 (patch)
tree1a1578bbf73b82a240b7fd636796cb7d47e8c8ed /INSTALL
parent2250cd05d3965ba397f971e2e22e2f1e16e0b1de (diff)
downloadperl-939e7f268559d7c80860c4e1a519e0c25d84f793.tar.gz
INSTALL: add entry for -Ddefault_inc_excludes_dot
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 2b78d4bb0b..6ff0ebe676 100644
--- a/INSTALL
+++ b/INSTALL
@@ -740,6 +740,16 @@ present, at run time. Of course, you can still search other @INC
directories ahead of those in APPLLIB_EXP by using any of the standard
run-time methods: $PERLLIB, $PERL5LIB, -I, use lib, etc.
+=item default_inc_excludes_dot
+
+Since version 5.26.0, default perl builds no longer includes C<'.'> as the
+last element of @INC. The old behaviour can restored using
+
+ Configure -Ddefault_inc_excludes_dot=n
+
+Note that this is likely to make programs run under such a perl
+interpreter less secure.
+
=item usesitecustomize
Run-time customization of @INC can be enabled with: