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 st...@apache.org on 2001/09/06 06:58:43 UTC

cvs commit: modperl-2.0/t/conf extra.conf.in

stas        01/09/05 21:58:43

  Modified:    perl-framework/Apache-Test/lib/Apache TestConfig.pm
  Added:       t/conf   extra.conf.in
  Log:
  put -T switch into the correct config file
  
  Revision  Changes    Path
  1.53      +0 -3      httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
  
  Index: TestConfig.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- TestConfig.pm	2001/09/06 02:36:44	1.52
  +++ TestConfig.pm	2001/09/06 04:58:43	1.53
  @@ -940,9 +940,6 @@
   
   HostnameLookups Off
   
  -# make sure that we test under Taint mode
  -PerlSwitches -T
  -
   <Directory />
       Options FollowSymLinks
       AllowOverride None
  
  
  
  1.1                  modperl-2.0/t/conf/extra.conf.in
  
  Index: extra.conf.in
  ===================================================================
  # make sure that we test under Taint mode
  PerlSwitches -T