summaryrefslogtreecommitdiff
path: root/installman
diff options
context:
space:
mode:
authorJoe Buehler <jbuehler@hekimian.com>1998-08-29 13:13:28 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-09-23 06:41:34 +0000
commit2ebcf328f2f6a477ae1d821fa26a32def4a81660 (patch)
tree0fce993b73d3fff7c3c57976373c22b62fc16d24 /installman
parent6e68dac881cea847d8831bc4b3fdb32ae55b843d (diff)
downloadperl-2ebcf328f2f6a477ae1d821fa26a32def4a81660.tar.gz
patches for perl 5.005_51 under U/WIN
Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com> p4raw-id: //depot/perl@1823
Diffstat (limited to 'installman')
-rwxr-xr-xinstallman2
1 files changed, 1 insertions, 1 deletions
diff --git a/installman b/installman
index e6377204b1..6fa423159f 100755
--- a/installman
+++ b/installman
@@ -134,7 +134,7 @@ sub runpod2man {
# Convert name from File/Basename.pm to File::Basename.3 format,
# if necessary.
$manpage =~ s#\.p(m|od)$##;
- if ($^O eq 'os2' || $^O eq 'amigaos') {
+ if ($^O eq 'os2' || $^O eq 'amigaos' || $^O eq 'uwin') {
$manpage =~ s#/#.#g;
} else {
$manpage =~ s#/#::#g;