NAME
SYNOPSIS
DESCRIPTIONpod_find( { %opts } , @directories )
simplify_name( $str )
pod_where( { %opts }, $pod )
contains_pod( $file , $verbose )
AUTHOR
SEE ALSO
NAME
Pod::Find - find POD documents in directory trees
SYNOPSIS
use Pod::Find qw(pod_find simplify_name);
my %pods = pod_find({ -verbose => 1, -inc => 1 });
foreach(keys %pods) {
print "found library POD `$pods{$_}' in $_\n";
}
print "podname=",simplify_name('a/b/c/mymodule.pod'),"\n";
$location = pod_where( { -inc =>