Searched refs:podfile (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Pod-Checker/scripts/ |
H A D | podchecker.PL | 157 for my $podfile (@ARGV) { 158 if($podfile eq '-') { 159 $podfile = '<&STDIN'; 161 elsif(-d $podfile) { 162 warn "podchecker: Warning: Ignoring directory '$podfile'\n"; 166 podchecker($podfile, undef, '-warnings' => $options{warnings}); 171 $podfile, $errors, 177 print STDERR "$podfile does not contain any pod commands.\n"; 180 print "$podfile pod syntax OK.\n" unless $options{quiet};
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/ |
H A D | testpchk.pl | 85 my ($podfile, $cmpfile) = ("", ""); 93 for $podfile (@testpods) { 94 ($testname, $_) = fileparse($podfile); 105 podchecker($podfile, $cmpfile); 115 -In => $podfile,
|
/openbsd/gnu/usr.bin/perl/ext/Pod-Html/t/ |
H A D | eol.t | 6 my $podfile = "$$.pod"; 10 open my $pod, '>', $podfile or die "$podfile: $!"; 40 open $pod, '<', $podfile or die "$podfile: $!"; 69 1 while unlink $podfile, $infile, @outfile, 'pod2htmd.tmp';
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/ |
H A D | testp2pt.pl | 151 my ($podfile, $cmpfile) = ("", ""); 159 for $podfile (@testpods) { 160 ($testname, $_) = fileparse($podfile); 171 podinc2plaintext($podfile, $cmpfile); 181 -In => $podfile,
|
/openbsd/gnu/usr.bin/perl/ext/Pod-Html/lib/Pod/Html/ |
H A D | Util.pm | 95 my $podfile = shift; 96 warn "$0: $podfile: @_\n" if @_;
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | perlfaq.pod | 600 F<INSTALL> podfile in the Perl source distribution for details. If
|
H A D | perlfaqo.txt | 184 …ng a shared libperl.so library and linking against that. See the INSTALL podfile in the Perl sourc…
|