You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2006/02/24 01:01:54 UTC

svn commit: r380275 - /httpd/apreq/trunk/Makefile.PL

Author: joes
Date: Thu Feb 23 16:01:54 2006
New Revision: 380275

URL: http://svn.apache.org/viewcvs?rev=380275&view=rev
Log:
s/mod_perl/mod_perl2/g in version checks

Modified:
    httpd/apreq/trunk/Makefile.PL

Modified: httpd/apreq/trunk/Makefile.PL
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/Makefile.PL?rev=380275&r1=380274&r2=380275&view=diff
==============================================================================
--- httpd/apreq/trunk/Makefile.PL (original)
+++ httpd/apreq/trunk/Makefile.PL Thu Feb 23 16:01:54 2006
@@ -34,7 +34,7 @@
 
 unless (exists $args{"disable-perl-glue"}) {
     $opts .= "--enable-perl-glue ";
-    test_prereq "mod_perl";
+    test_prereq "mod_perl2";
     test_prereq "Apache::Test";
     test_prereq "ExtUtils::MakeMaker";
     test_prereq "ExtUtils::XSBuilder";