diff options
author | David Mitchell <davem@iabyn.com> | 2013-05-08 13:27:04 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2013-05-08 13:27:04 +0100 |
commit | eb7178503ad763e7bf6ffe1b9ceb663fee6475f9 (patch) | |
tree | f1675ccb5b516f2ef1fad14974a4c58aac98d77d /INSTALL | |
parent | 38e4b8577259a59b04b3c7587d70e160ce488ed3 (diff) | |
download | perl-eb7178503ad763e7bf6ffe1b9ceb663fee6475f9.tar.gz |
INSTALL: fix a couple of typos
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -378,7 +378,7 @@ key traversal randomization to be used by defining one of these: PERL_PERTURB_KEYS_DETERMINISTIC In Perl 5.18 the seed used for the hash function is randomly selected -at process start which can be overriden by specifing a seed by setting +at process start which can be overridden by specifying a seed by setting the PERL_HASH_SEED environment variable. You can change this behavior by building perl with the |