diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2017-03-25 09:37:56 +0000 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2017-03-25 10:02:00 +0000 |
commit | da28cbf61127b2e475dbeb9efad731c8d8fbf7fa (patch) | |
tree | cfc943aa2df0bc6a89644cbc5dd22fb94a190a98 | |
parent | 600b7fa4b9717754d5b1ec739f7bde62427684e4 (diff) | |
download | perl-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-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |