Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/lib/Pod/
DPerldoc.pm696 push @found, $_ if $self->opt_m or $self->containspod($_);
1342 if( length $path and $self->containspod($path) ) {
1355 sub containspod { subroutine
1528 return $s if -f $s && $self->containspod($s);