summaryrefslogtreecommitdiff
path: root/ext/B
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-08-08 06:15:24 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-08 12:24:52 -0700
commit710ba57483decc7a3b32692be6933c6ba9518234 (patch)
treec3be91a6ea7ef1c23b16c6f073bb487d2433f14a /ext/B
parent705fe0e5f8a324e10c292190237cac35c5af4109 (diff)
downloadperl-710ba57483decc7a3b32692be6933c6ba9518234.tar.gz
B::Concise: Document formats
Diffstat (limited to 'ext/B')
-rw-r--r--ext/B/B/Concise.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm
index 817fa0c379..946b4892c7 100644
--- a/ext/B/B/Concise.pm
+++ b/ext/B/B/Concise.pm
@@ -1139,7 +1139,8 @@ on threaded and un-threaded perls.
=head1 OPTIONS
Arguments that don't start with a hyphen are taken to be the names of
-subroutines to render; if no such functions are specified, the main
+subroutines or formats to render; if no
+such functions are specified, the main
body of the program (outside any subroutines, and not including use'd
or require'd files) is rendered. Passing C<BEGIN>, C<UNITCHECK>,
C<CHECK>, C<INIT>, or C<END> will cause all of the corresponding