summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2017-03-25 09:37:56 +0000
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2017-03-25 10:02:00 +0000
commitda28cbf61127b2e475dbeb9efad731c8d8fbf7fa (patch)
treecfc943aa2df0bc6a89644cbc5dd22fb94a190a98
parent600b7fa4b9717754d5b1ec739f7bde62427684e4 (diff)
downloadperl-da28cbf61127b2e475dbeb9efad731c8d8fbf7fa.tar.gz
Use -Udefault_inc_excludes_dot in Configure example
While equivalent to to the -D…=n form, the -U form is more common.
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
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.