Author: stas
Date: Tue Dec 21 13:10:47 2004
New Revision: 122987

URL: http://svn.apache.org/viewcvs?view=rev&rev=122987
Log:
Fix Makefile.PL to make sure that MakeMaker won't descend into
Apache-TestMe. NORECURS doesn't work in older MM versions, so use the
DIR attr as a workaround

Modified:
   httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Changes
   httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Makefile.PL

Modified: httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Changes
Url: 
http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Changes?view=diff&rev=122987&p1=httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Changes&r1=122986&p2=httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Changes&r2=122987
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Changes       
(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Changes       
Tue Dec 21 13:10:47 2004
@@ -8,6 +8,10 @@
 
 =item 0.01
 
+Fix Makefile.PL to make sure that MakeMaker won't descend into
+Apache-TestMe. NORECURS doesn't work in older MM versions, so use the
+DIR attr as a workaround [Stas]
+
 new test: minmaxclients.t: testing a bug with vhosts reproducable by
 t/TEST -conf followed by t/TEST -maxclients 1 [Stas]
 

Modified: 
httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Makefile.PL
Url: 
http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Makefile.PL?view=diff&rev=122987&p1=httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Makefile.PL&r1=122986&p2=httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Makefile.PL&r2=122987
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Makefile.PL   
(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Makefile.PL   
Tue Dec 21 13:10:47 2004
@@ -28,7 +28,7 @@
     PREREQ_PM => \%prereq,
     VERSION   => "0.01",
     NORECURS  => 1, # don't descend into Apache-TestMe
-
+    DIR       => [], # NORECURS is broken in older MM
     dist      => {
         COMPRESS => 'gzip -9f', SUFFIX=>'gz',
     },

Reply via email to