summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpider Boardman <spider@orb.nashua.nh.us>1997-03-16 02:21:35 -0500
committerChip Salzenberg <chip@atlantic.net>1997-03-09 11:57:19 +1200
commit43506a616735d616e03d277d64fbae1e864024bf (patch)
tree7ad608d008165b2cb4ad7d7edb1861d491e8daba
parent71aeea1753924e6e19c2461e241e3f7d8a570e90 (diff)
downloadperl-43506a616735d616e03d277d64fbae1e864024bf.tar.gz
3_93 doesn't install pods
My patch (which is in _93) broke installing .pod files. At least, I think it's my fault. Anyway, here's the fix. p5p-msgid: 199703160721.CAA08339@Orb.Nashua.NH.US
-rwxr-xr-xinstallperl2
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl
index 1267f49efc..ee2c07c332 100755
--- a/installperl
+++ b/installperl
@@ -208,7 +208,7 @@ if (! $versiononly) {
# Install pod pages. Where? I guess in $installprivlib/pod.
-if (! $versiononly && !($installprivlib =~ m/\Q$]/)) {
+if (! ($versiononly && !($installprivlib =~ m/\Q$]/))) {
mkpath("${installprivlib}/pod", 1, 0777);
foreach $file (@pods) {
# $file is a name like pod/perl.pod