summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-19 17:07:37 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-19 17:07:37 -0800
commit26d2adad67a3777a01cc6d9508fe6fa7b5713986 (patch)
tree0dd6b5a0872bab62100dabd13531cb363c311488
parent5c1404211888c50c6ce052dae8e0bc6a62d5920d (diff)
downloadperl-26d2adad67a3777a01cc6d9508fe6fa7b5713986.tar.gz
Make B’s pod fit in 79 cols
-rw-r--r--ext/B/B.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm
index 66e499906c..94949e4d39 100644
--- a/ext/B/B.pm
+++ b/ext/B/B.pm
@@ -458,8 +458,8 @@ For example:
# Walk CGI's symbol table calling print_subs on each symbol.
# Recurse only into CGI::Util::
- walksymtable(\%CGI::, 'print_subs', sub { $_[0] eq 'CGI::Util::' },
- 'CGI::');
+ walksymtable(\%CGI::, 'print_subs',
+ sub { $_[0] eq 'CGI::Util::' }, 'CGI::');
print_subs() is a B::GV method you have declared. Also see L<"B::GV
Methods">, below.