Change 31820 by [EMAIL PROTECTED] on 2007/09/08 13:12:33 Subject: [patch] readabilty tweaks From: Jim Cromie <[EMAIL PROTECTED]> Date: Fri, 07 Sep 2007 13:12:22 -0600 Message-ID: <[EMAIL PROTECTED]>
Affected files ... ... //depot/perl/ext/B/B/Concise.pm#72 edit ... //depot/perl/pod/perlglossary.pod#8 edit Differences ... ==== //depot/perl/ext/B/B/Concise.pm#72 (text) ==== Index: perl/ext/B/B/Concise.pm --- perl/ext/B/B/Concise.pm#71~31779~ 2007-09-01 00:48:31.000000000 -0700 +++ perl/ext/B/B/Concise.pm 2007-09-08 06:12:33.000000000 -0700 @@ -1224,9 +1224,9 @@ =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 @@ b <$> const[PV "line "] s c <@> print vK # 5: print "$i\n"; + ... =back ==== //depot/perl/pod/perlglossary.pod#8 (text) ==== Index: perl/pod/perlglossary.pod --- perl/pod/perlglossary.pod#7~31791~ 2007-09-05 03:34:42.000000000 -0700 +++ perl/pod/perlglossary.pod 2007-09-08 06:12:33.000000000 -0700 @@ -880,8 +880,8 @@ that these modules should be removed, since the distribution became rather large, and the common criterion for new module additions is now limited to modules that help to build, test, and extend perl itself. Furthermore, -the CPAN (which didn't exist by the time of Perl 5.0) can become a new -home dropped modules. Dropping modules is currently not an option, but +the CPAN (which didn't exist at the time of Perl 5.0) can become the new +home of dropped modules. Dropping modules is currently not an option, but further developments may clear the last barriers. =item dweomer End of Patch.