diff options
author | David Mitchell <davem@iabyn.com> | 2010-08-25 20:55:30 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2010-08-25 20:55:30 +0100 |
commit | 39c4496953eaedb023e4a860fd4bdeacdba098c8 (patch) | |
tree | 8888cc4f41f2bc28656c2a74919a54913201c911 /pod | |
parent | d7d51f4b6ba689e611fef778b3f5d12981e872ba (diff) | |
download | perl-39c4496953eaedb023e4a860fd4bdeacdba098c8.tar.gz |
fix description of -DJ in perlrun
The description of the J debugging flag was logically the reverse of what
it should be; i.e. -DJ enables, rather than suppresses, output in debugger
packages
Diffstat (limited to '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 75e7ce1009..f3db450543 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -398,7 +398,7 @@ B<-D14> is equivalent to B<-Dtls>): 32768 D Cleaning up 131072 T Tokenising 262144 R Include reference counts of dumped variables (eg when using -Ds) - 524288 J Do not s,t,P-debug (Jump over) opcodes within package DB + 524288 J show s,t,P-debug (don't Jump over) on opcodes within package DB 1048576 v Verbose: use in conjunction with other flags 2097152 C Copy On Write 4194304 A Consistency checks on internal structures |