Searched defs:pod_find (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFind.pm28 use Pod::Find qw(pod_find simplify_name);
29 my %pods = pod_find({ -verbose => 1, -inc => 1 });
44 use Pod::Find qw(pod_find);
57 @EXPORT_OK = qw(&pod_find &simplify_name &pod_where &contains_pod);
62 =head2 C<pod_find( { %opts } , @directories )>
64 The function B<pod_find> searches for POD documents in a given set of
81 B<OPTIONS> The first argument for B<pod_find> may be a hash reference
117 sub pod_find subroutine

Completed in 32 milliseconds