You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by pg...@apache.org on 2006/08/31 06:18:25 UTC

svn commit: r438779 - /perl/Apache-Test/trunk/Makefile.PL

Author: pgollucci
Date: Wed Aug 30 21:18:25 2006
New Revision: 438779

URL: http://svn.apache.org/viewvc?rev=438779&view=rev
Log:
mod_perl.pm has been called mod_perl2.pm for a while now


Modified:
    perl/Apache-Test/trunk/Makefile.PL

Modified: perl/Apache-Test/trunk/Makefile.PL
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/Makefile.PL?rev=438779&r1=438778&r2=438779&view=diff
==============================================================================
--- perl/Apache-Test/trunk/Makefile.PL (original)
+++ perl/Apache-Test/trunk/Makefile.PL Wed Aug 30 21:18:25 2006
@@ -139,7 +139,7 @@
     # it then decides that it's a part of the modperl-2.0 build and
     # will try to use modperl httpd/apxs arguments which could be
     # unset or wrong
-    if (TOP_LEVEL && -e "../lib/mod_perl.pm") {
+    if (TOP_LEVEL && -e "../lib/mod_perl2.pm") {
         error "Do not run 'perl Makefile.PL' when Apache-Test is a " .
             "subdirectory of modperl-2.0. Copy it elsewhere and run " .
             "from there.";