From 939e7f268559d7c80860c4e1a519e0c25d84f793 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Fri, 24 Mar 2017 08:48:32 +0000 Subject: [PATCH] INSTALL: add entry for -Ddefault_inc_excludes_dot --- INSTALL | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/INSTALL b/INSTALL index 2b78d4b..6ff0ebe 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: -- 1.8.3.1