diff options
author | David Mitchell <davem@iabyn.com> | 2017-06-05 16:45:32 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2017-06-05 16:45:32 +0100 |
commit | fcd573e77ec68fbe3936ac1381654581fba8a64f (patch) | |
tree | 618c3dba1a9733d0b359cac8b97163841fa95226 /pod | |
parent | 03885497da23e39a304435273689e506ec850e61 (diff) | |
download | perl-fcd573e77ec68fbe3936ac1381654581fba8a64f.tar.gz |
remove -DH (DEBUG_H) misfeature
RT# 129300
This hash-dumping debugging flag corrupted hash values and has probably
not been used by anyone in 20 years.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlrun.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index dff9f71cdd..f32c8edc98 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -406,7 +406,6 @@ B<-D14> is equivalent to B<-Dtls>): 2048 u Tainting checks 4096 U Unofficial, User hacking (reserved for private, unreleased use) - 8192 H Hash dump -- usurps values() 16384 X Scratchpad allocation 32768 D Cleaning up 65536 S Op slab allocation |