This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c14042
)
Make B’s pod fit in 79 cols
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 20 Jan 2012 01:07:37 +0000
(17:07 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 20 Jan 2012 01:07:37 +0000
(17:07 -0800)
ext/B/B.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/B.pm
b/ext/B/B.pm
index
66e4999
..
94949e4
100644
(file)
--- 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.