Skip Menu |

This queue is for tickets about the Pod-Perldoc CPAN distribution.

Report information
The Basics
Id: 21338
Status: rejected
Priority: 0/
Queue: Pod-Perldoc

People
Owner: Nobody in particular
Requestors: David.Fallon [...] digitalinsight.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
I'm closing this because it's not a Pod::Perldoc issue.