Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 3a96519239a4e7859090e21618deec51 > files > 8

apache-mod_perl-2.0.4-5mdv2009.1.src.rpm

diff -Naur mod_perl-2.0.3/Makefile.PL mod_perl-2.0.3.oden/Makefile.PL
--- mod_perl-2.0.3/Makefile.PL	2006-11-19 18:31:43.000000000 -0500
+++ mod_perl-2.0.3.oden/Makefile.PL	2006-12-12 11:30:59.000000000 -0500
@@ -119,11 +119,11 @@
     # mod_perl test suite relies on having Apache-Test bundled with
     # the mod_perl source, since any pre-installed version may not do
     # the right thing
-    unless (-d "Apache-Test") {
-        error "Can't find a sub-directory Apache-Test. " .
-            "Make sure that you are using a complete source distribution";
-        exit 1;
-    }
+#    unless (-d "Apache-Test") {
+#        error "Can't find a sub-directory Apache-Test. " .
+#            "Make sure that you are using a complete source distribution";
+#        exit 1;
+#    }
 
     set_modperl_version();