diff options
author | Robin Barker <RMBarker@cpan.org> | 1999-01-04 18:15:18 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-13 17:50:11 +0000 |
commit | 7dda0d2dea2b8deb06210a79e3fc6504e1cda55b (patch) | |
tree | b0a9a65c303e471b72273957ec6e9bbc7923f87b /installperl | |
parent | 6ca2e6642eae681f77736bb1071cfece0e0523a2 (diff) | |
download | perl-7dda0d2dea2b8deb06210a79e3fc6504e1cda55b.tar.gz |
PATCH to installperl
To: perl5-porters@perl.org
Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
p4raw-id: //depot/cfgperl@2599
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl index 4331d83910..7a555fbe27 100755 --- a/installperl +++ b/installperl @@ -332,7 +332,7 @@ if (! $versiononly) { # Install pod pages. Where? I guess in $installprivlib/pod. -if (! $versiononly || !($installprivlib =~ m/\Q$]/)) { +unless ( $versiononly && !($installprivlib =~ m/\Q$]/)) { mkpath("${installprivlib}/pod", 1, 0777); # If Perl 5.003's perldiag.pod is there, rename it. |