Searched refs:pod_find (Results 1 - 2 of 2) 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
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL42 use Pod::Find qw/ pod_find /;
85 # This is not as efficient as using pod_find to search through
91 my %pods = pod_find($arg);

Completed in 19 milliseconds