You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by ge...@apache.org on 2006/07/07 21:40:22 UTC

svn commit: r419965 - /perl/Apache-SizeLimit/trunk/Makefile.PL

Author: geoff
Date: Fri Jul  7 12:40:22 2006
New Revision: 419965

URL: http://svn.apache.org/viewvc?rev=419965&view=rev
Log:
-httpd or -apxs won't be picked up unless we 
filter the args first

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

Modified: perl/Apache-SizeLimit/trunk/Makefile.PL
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/Makefile.PL?rev=419965&r1=419964&r2=419965&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/Makefile.PL (original)
+++ perl/Apache-SizeLimit/trunk/Makefile.PL Fri Jul  7 12:40:22 2006
@@ -37,6 +37,7 @@
         1;
     };
 
+    Apache::TestMM::filter_args();
 
     my %args = @Apache::TestMM::Argv;
 
@@ -46,7 +47,6 @@
                 or $ENV{APACHE_TEST_HTTPD} or $ENV{APACHE_TEST_APXS});
 
 
-    Apache::TestMM::filter_args();
     Apache::TestRunPerl->generate_script();
 
     return 1;