Make B’s pod fit in 79 cols
authorFather Chrysostomos <sprout@cpan.org>
Fri, 20 Jan 2012 01:07:37 +0000 (17:07 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 20 Jan 2012 01:07:37 +0000 (17:07 -0800)
ext/B/B.pm

index 66e4999..94949e4 100644 (file)
@@ -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.