diff options
author | David Mitchell <davem@iabyn.com> | 2017-03-24 08:48:32 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2017-03-24 08:48:32 +0000 |
commit | 939e7f268559d7c80860c4e1a519e0c25d84f793 (patch) | |
tree | 1a1578bbf73b82a240b7fd636796cb7d47e8c8ed /INSTALL | |
parent | 2250cd05d3965ba397f971e2e22e2f1e16e0b1de (diff) | |
download | perl-939e7f268559d7c80860c4e1a519e0c25d84f793.tar.gz |
INSTALL: add entry for -Ddefault_inc_excludes_dot
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |