diff options
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/B/Terse.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/B/B/Terse.pm b/ext/B/B/Terse.pm index 681112e904..4401073f25 100644 --- a/ext/B/B/Terse.pm +++ b/ext/B/B/Terse.pm @@ -1,6 +1,6 @@ package B::Terse; -our $VERSION = '1.08'; +our $VERSION = '1.09'; use strict; use B qw(class @specialsv_name); @@ -73,7 +73,7 @@ B::Terse - Walk Perl syntax tree, printing terse info about ops =head1 DESCRIPTION This module prints the contents of the parse tree, but without as much -information as L<B::Debug>. For comparison, C<print "Hello, world."> +information as CPAN module B::Debug. For comparison, C<print "Hello, world."> produced 96 lines of output from B::Debug, but only 6 from B::Terse. This module is useful for people who are writing their own back end, |