Searched refs:containspod (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm696 push @found, $_ if $self->opt_m or $self->containspod($_);
1333 if( length $path and $self->containspod($path) ) {
1346 sub containspod { subroutine
1513 return $s if -f $s && $self->containspod($s);

Completed in 23 milliseconds