From da28cbf61127b2e475dbeb9efad731c8d8fbf7fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Sat, 25 Mar 2017 09:37:56 +0000 Subject: Use -Udefault_inc_excludes_dot in Configure example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While equivalent to to the -D…=n form, the -U form is more common. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 6ff0ebe676..256a1a3dd4 100644 --- a/INSTALL +++ b/INSTALL @@ -745,7 +745,7 @@ run-time methods: $PERLLIB, $PERL5LIB, -I, use lib, etc. 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 + Configure -Udefault_inc_excludes_dot Note that this is likely to make programs run under such a perl interpreter less secure. -- cgit v1.2.1