In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/39c4496953eaedb023e4a860fd4bdeacdba098c8?hp=d7d51f4b6ba689e611fef778b3f5d12981e872ba>

- Log -----------------------------------------------------------------
commit 39c4496953eaedb023e4a860fd4bdeacdba098c8
Author: David Mitchell <da...@iabyn.com>
Date:   Wed Aug 25 20:55:30 2010 +0100

    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
-----------------------------------------------------------------------

Summary of changes:
 pod/perlrun.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 75e7ce1..f3db450 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

--
Perl5 Master Repository

Reply via email to