diff options
author | Jim Cromie <jcromie@cpan.org> | 2007-07-05 04:17:24 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-07 07:12:01 +0000 |
commit | 7949c6f5835be2397160861a571a7477a640bf42 (patch) | |
tree | 830e6c3640193663197670d3d1f9d294cf442643 /pod/perlrun.pod | |
parent | daad78fc377a1f13c3b53f9a0c2196bdd763b063 (diff) | |
download | perl-7949c6f5835be2397160861a571a7477a640bf42.tar.gz |
[patch] add verbose mode to -DU debugging option
Message-ID: <468D1994.1090909@gmail.com>
p4raw-id: //depot/perl@31549
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index a72c2c01f6..246d5b3f43 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -401,7 +401,7 @@ B<-D14> is equivalent to B<-Dtls>): 512 r Regular expression parsing and execution 1024 x Syntax tree dump 2048 u Tainting checks - 4096 (Obsolete, previously used for LEAKTEST) + 4096 U Unofficial, User hacking (reserved for private, unreleased use) 8192 H Hash dump -- usurps values() 16384 X Scratchpad allocation 32768 D Cleaning up |