Author: pgollucci
Date: Wed Sep  6 17:32:06 2006
New Revision: 440913

URL: http://svn.apache.org/viewvc?view=rev&rev=440913
Log:
roll back the Apache-SizeLimit Integration
svn:externals and Makefile.PL changes



Modified:
    perl/modperl/trunk/   (props changed)
    perl/modperl/trunk/Makefile.PL

Propchange: perl/modperl/trunk/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Wed Sep  6 17:32:06 2006
@@ -1,3 +1,2 @@
 Apache-Test https://svn.apache.org/repos/asf/perl/Apache-Test/trunk
 docs        
https://svn.apache.org/repos/asf/perl/modperl/docs/trunk/src/docs/2.0
-Apache-SizeLimit https://svn.apache.org/repos/asf/perl/Apache-SizeLimit/trunk

Modified: perl/modperl/trunk/Makefile.PL
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/Makefile.PL?view=diff&rev=440913&r1=440912&r2=440913
==============================================================================
--- perl/modperl/trunk/Makefile.PL (original)
+++ perl/modperl/trunk/Makefile.PL Wed Sep  6 17:32:06 2006
@@ -119,12 +119,10 @@
     # 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
-    foreach my $sub_pkg (qw(Apache-Test Apache-SizeLimit)) {
-        unless (-d $sub_pkg) {
-            error "Can't find a sub-directory $sub_pkg. " .
-                "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();


Reply via email to