From: Spider Boardman Date: Sun, 16 Mar 1997 07:21:35 +0000 (-0500) Subject: 3_93 doesn't install pods X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=43506a616735d616e03d277d64fbae1e864024bf;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/installperl b/installperl index 1267f49..ee2c07c 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