X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=installman;h=2260c26d4249b7fcb43557b9d89ba7cc6c1672d5;hb=e9f19e3c03f1d62dc32ee20c3f9cd088c9618f14;hp=360d4f34f7db36e222f24d40873a23fac7e694b3;hpb=53fb3a93d5c9d966711a0c5ebec2652fa815e12f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/installman b/installman index 360d4f3..2260c26 100755 --- a/installman +++ b/installman @@ -139,6 +139,7 @@ sub pod2man { my $tmp; # Skip .pm files that have corresponding .pod files, and Functions.pm. next if (($tmp = $mod) =~ s/\.pm$/.pod/ && -f $tmp); + next if $mod =~ m:/t/:; # no pods from test directories next if ($manpage eq 'Pod/Functions.pm'); #### Used only by pod itself # Convert name from File/Basename.pm to File::Basename.3 format,