diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-06-27 04:59:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-06-27 04:59:23 +0000 |
commit | 2191697ea9da49f0c020a5bcb1eb2a2e9d574a4e (patch) | |
tree | 9f1e5d40381e8e8b924bb5d56e9311b21ae23dd9 /pod | |
parent | ea031e66439c986384865daf3860bb9bb815a8fa (diff) | |
download | perl-2191697ea9da49f0c020a5bcb1eb2a2e9d574a4e.tar.gz |
Hash/Util.t and Encode/t/Aliases.t seem to be having
random failures. To make these easier to reproduce,
add a variable, PERL_HASH_SEED_DEBUG, to display the
hash seed. E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
of 82972356 makes the first one to fail.
p4raw-id: //depot/perl@19859
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlrun.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 0a02df15fe..324bd8cdb7 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -1126,6 +1126,10 @@ the outputs of keys(), values, and each(). See L<perlsec/"Algorithmic Complexity Attacks"> for more information. +=item PERL_HASH_SEED_DEBUG + +Set to (anything) to display the value of the hash seed. + =item PERL_ROOT (specific to the VMS port) A translation concealed rooted logical name that contains perl and the |