PATCH to installperl
Robin Barker [Mon, 4 Jan 1999 16:15:18 +0000 (18:15 +0200)]
To: perl5-porters@perl.org
Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>

p4raw-id: //depot/cfgperl@2599

installperl

index 4331d83..7a555fb 100755 (executable)
@@ -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.