Lines Matching refs:Pod
13 use Pod::Checker;
19 use OpenSSL::Util::Pod;
36 -n Print nits in POD pages
75 $simplename =~ s/.pod$//;
83 if -f "$dirname/$n.pod" && $n ne $simplename;
85 print "$id the following exist as other .pod files:\n",
162 open POD, $filename or die "Couldn't open $filename, $!";
163 $contents = <POD>;
164 close POD;
180 print "$id doesn't start with =pod\n"
181 if $contents !~ /^=pod/;
200 print "$id POD markup in NAME section\n"
211 # (non-consecutive lines are okay; see man3/MD5.pod).
279 foreach my $pod ( glob("$dir/*.pod") ) {
280 my %podinfo = extract_pod_info($pod);
282 $return{$n} = $pod;
283 print "# Duplicate $n in $pod and $dups{$n}\n"
284 if defined $dups{$n} && $dups{$n} ne $pod;
285 $dups{$n} = $pod;
345 # Collection of links in each POD file.
348 # Collection of names in each POD file.
356 my $simplename = basename($filename, ".pod");
362 open POD, $filename or die "Couldn't open $filename, $!";
363 $contents = <POD>;
364 close POD;
401 # may contain POD codes as well...
465 open CFH, "<doc/man1/$cmd.pod"
466 || die "Can't open $cmd.pod, $!";
483 print "doc/man1/$cmd.pod: Missing -$_\n";
496 print "doc/man1/$cmd.pod: Not implemented -$_\n";
528 if ( ! -f "doc/man1/$_.pod" ) {
529 print "doc/man1/$_.pod does not exist\n";
551 foreach (@ARGV ? @ARGV : glob('doc/*/*.pod')) {
559 foreach (@ARGV ? @ARGV : glob('doc/*/*.pod')) {