tags 719972 + patch
kthxbye

With the attached patch, I can get Makefile.PL to run properly (that is,
not error out when running it).  I have not build-tested this, because I
don't feel like rebuilding apache just to get the build dependencies,
but this should address the problem.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff --git a/Makefile.PL b/Makefile.PL
index e12d475..b7e7a70 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,7 +2,7 @@
     # ExtUtils::AutoInstall Bootstrap Code, version 7.
     BEGIN{my$p='ExtUtils::AutoInstall';my$v=0.52;$p->VERSION||0>=$v
     or+eval"use $p $v;1"or+do{my$e=$ENV{PERL_EXTUTILS_AUTOINSTALL};
-    (!defined($e)||$e!~m/--(?:default|skip|testonly)/and-t STDIN or
+    (!defined($e)||$e!~m/--(?:default|skip|testonly)/ and-t STDIN or
     eval"use ExtUtils::MakeMaker;WriteMakefile(PREREQ_PM=>{'$p',$v}
     );1"and exit)and print"==> $p $v required. Install it from CP".
     "AN? [Y/n] "and<STDIN>!~/^n/i and print"*** Installing $p\n"and

Attachment: signature.asc
Description: Digital signature

Reply via email to