summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJim Cromie <jcromie@cpan.org>2007-09-07 07:12:22 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-09-08 13:12:33 +0000
commite66656130437118b159c175520b6bbb7e77404df (patch)
tree1b4f0c3d7605648d2454271e794a6aa60f00d7d7 /ext
parent0b3d36bd61fec90809936fcf1a90441d970d875e (diff)
downloadperl-e66656130437118b159c175520b6bbb7e77404df.tar.gz
[patch] readabilty tweaks
Message-ID: <46E1A296.1020101@gmail.com> p4raw-id: //depot/perl@31820
Diffstat (limited to 'ext')
-rw-r--r--ext/B/B/Concise.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm
index ee3dc834d8..aafa5e5c12 100644
--- a/ext/B/B/Concise.pm
+++ b/ext/B/B/Concise.pm
@@ -1224,9 +1224,9 @@ obviously mutually exclusive with bigendian.
=item B<-src>
-With this option, the rendering will print the 1st line of source code
-that generates the following sequence of opcodes that comprise the
-statement. For example:
+With this option, the rendering of each statement (starting with the
+nextstate OP) will be preceded by the 1st line of source code that
+generates it. For example:
1 <0> enter
# 1: my $i;
@@ -1246,6 +1246,7 @@ statement. For example:
b <$> const[PV "line "] s
c <@> print vK
# 5: print "$i\n";
+ ...
=back