NAME
SYNOPSIS
DESCRIPTION
CONSTRUCTOR
ACCESSORS
MAIN SEARCH METHODS$search->survey( @directories )
$search->simplify_name( $str )
$search->find( $pod )
$search->find( $pod, @search_dirs )
$self->contains_pod( $file )
COPYRIGHT AND DISCLAIMERS
AUTHOR
NAME
Pod::Simple::Search - find POD documents in directory trees
SYNOPSIS
use Pod::Simple::Search;
my $name2path = Pod::Simple::Search->new->limit_glob('LWP::*')->survey;
print "Looky see what I found: ",
join(' ', sort