From 26d2adad67a3777a01cc6d9508fe6fa7b5713986 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 19 Jan 2012 17:07:37 -0800 Subject: [PATCH] =?utf8?q?Make=20B=E2=80=99s=20pod=20fit=20in=2079=20cols?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ext/B/B.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/B/B.pm b/ext/B/B.pm index 66e4999..94949e4 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. -- 2.7.4