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

/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Ddeprecation.t23 my $pod_file = "./pod/perldeprecation.pod";
31 open my $fh, "<", $pod_file
32 or die "failed to open '$pod_file': $!";
72 ok($category_seen{$category},"Deprecated category '$category' is documented in $pod_file");
/openbsd-current/gnu/usr.bin/perl/pod/
H A Dperlmodlib.PL101 (my $pod_file = $filename) =~ s/\.pm\z/.pod/ or return 0;
102 return 0 if !-e $pod_file;
103 open my $fh, '<', $pod_file
104 or die "Can't open $pod_file for reading: $!\n";
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables695 my $pod_file = 'perluniprops';
799 -P dir : Output $pod_file file to directory 'dir'.
5427 version of Unicode, it will not be listed in $pod_file.pod
8561 $comment .= "Consult $pod_file.pod";
8584 $pod_file.pod should be consulted for the syntax rules for $any_of_these,
16961 $pod_file - Index of Unicode Version $unicode_version character properties in Perl
17345 main::write([ $pod_directory, "$pod_file.pod" ], 0, \@OUT);
/openbsd-current/gnu/usr.bin/perl/
H A Dconfigure.com7195 $ pod_file = "[.pod]perl''file_type'.pod"
7198 $ then if f$search(pod_file) .nes. "" then delete/log 'pod_file';*
7201 $ if f$search(pod_file) .eqs. ""
7205 $ pod_file_rdt = f$cvtime(f$file_attributes(pod_file,"RDT"))
7209 $ if do_copy then mcr 'miniperl' -e "exit 0+$^E unless File::Copy::rmscopy(q{''file'}, q{''pod_file'});"

Completed in 225 milliseconds