summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-03-07 12:27:49 +0100
committerYves Orton <demerphq@gmail.com>2022-03-10 03:22:33 +0100
commit7897d65681bfc9a40f649bbb52b0956611970b97 (patch)
tree168f68a9fea5aee1405eb49dd2ca8f6cd7807c26 /INSTALL
parent2cfe7629cc2857784d7eaa86b2594c4607ab7204 (diff)
downloadperl-7897d65681bfc9a40f649bbb52b0956611970b97.tar.gz
INSTALL - fix broken pod in PERL_PERTURB_KEYS docs
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 48bede5acd..283ebcd2fa 100644
--- a/INSTALL
+++ b/INSTALL
@@ -512,7 +512,7 @@ See L<perlrun/PERL_HASH_SEED> and L<perlrun/PERL_PERTURB_KEYS> for
details on the environment variables, and L<perlsec/Algorithmic
Complexity Attacks> for further security details.
-The C<PERL_HASH_SEED> and PERL_PERTURB_KEYS> environment variables can
+The C<PERL_HASH_SEED> and C<PERL_PERTURB_KEYS> environment variables can
be disabled by building configuring perl with
C<-Accflags=-DNO_PERL_HASH_ENV>.