diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-08 06:15:24 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-08 12:24:52 -0700 |
commit | 710ba57483decc7a3b32692be6933c6ba9518234 (patch) | |
tree | c3be91a6ea7ef1c23b16c6f073bb487d2433f14a /ext/B | |
parent | 705fe0e5f8a324e10c292190237cac35c5af4109 (diff) | |
download | perl-710ba57483decc7a3b32692be6933c6ba9518234.tar.gz |
B::Concise: Document formats
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/B/Concise.pm | 3 |
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 |