3_93 doesn't install pods
authorSpider Boardman <spider@orb.nashua.nh.us>
Sun, 16 Mar 1997 07:21:35 +0000 (02:21 -0500)
committerChip Salzenberg <chip@atlantic.net>
Sat, 8 Mar 1997 23:57:19 +0000 (11:57 +1200)
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

installperl

index 1267f49..ee2c07c 100755 (executable)
@@ -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