CC: | <bradapp [...] enteract.com> |
Subject: | Docs for Pod::Usage incorrect - code references "-sections", not "-section". |
Date: | Tue, 5 Sep 2006 16:07:33 -0700 |
To: | <bug-Pod-Perldoc [...] rt.cpan.org> |
From: | "David Fallon" <David.Fallon [...] digitalinsight.com> |
The docs found here:
http://search.cpan.org/~marekr/Pod-Parser-1.34/lib/Pod/Usage.pm
refer to a "-section" option, while the actual code (here:
http://search.cpan.org/src/MAREKR/Pod-Parser-1.34/lib/Pod/Usage.pm)
uses "-sections" -
elsif ($opts{"-verbose"} == 99) {
$parser->select( $opts{"-sections"} );
$opts{"-verbose"} = 1;
}
Unfortunately, finding this didn't fix my particular issue, but still,
I'd hate to have someone else spend effort figuring this out. :-)
dave