Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 91886
Status: resolved
Priority: 0/
Queue: Pod-Simple

People
Owner: Nobody in particular
Requestors: jkeenan [...] cpan.org
Cc:
AdminCc:

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



Subject: Pod::Simple::Search: 'recurse' is undocumented
As part of an effort to address many ( https://rt.perl.org/Ticket/Display.html?id=112014) issues with the Pod-Html library in the Perl 5 core distribution, I am trying to understand its use of Pod::Simple and its related packages. In ext/Pod-Html/lib/Pod/Html.pm, I find this comment and code: ##### # find all pod modules/pages in podpath, store in %Pages # - callback used to remove Podroot and extension from each file # - laborious to allow '.' in dirnames (e.g., /usr/share/perl/5.14.1) Pod::Simple::Search->new->inc(0)->verbose($Verbose)->laborious(1)->callback(\&_save_page)->recurse($Recurse)->survey(@Podpath); ##### I've been reading 'perldoc Pod::Simple::Search' (v3.28), but the 'recurse' method is not documented there. Can you provide that explanation? Thank you very much. Jim Keenan
On 2014-01-05 21:47:07, JKEENAN wrote: Show quoted text
> I've been reading 'perldoc Pod::Simple::Search' (v3.28), but the > 'recurse' method is not documented there. Can you provide that > explanation?
Done in https://github.com/theory/pod-simple/commit/5fa5a91e914363cf3da40dd3f426ff8d28584cba.