geoff       2003/10/07 11:26:57

  Modified:    perl-framework/Apache-Test/lib/Apache TestConfig.pm
  Log:
  no tabs in httpd.conf
  
  Revision  Changes    Path
  1.178     +1 -1      
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.177
  retrieving revision 1.178
  diff -u -r1.177 -r1.178
  --- TestConfig.pm     7 Oct 2003 17:44:58 -0000       1.177
  +++ TestConfig.pm     7 Oct 2003 18:26:57 -0000       1.178
  @@ -1259,7 +1259,7 @@
                   $entry = qq(Include "$file");
               }
               elsif ($file =~ /\.pl$/) {
  -                $entry = qq(<IfModule mod_perl.c>\n\tPerlRequire 
"$file"\n</IfModule>\n);
  +                $entry = qq(<IfModule mod_perl.c>\n    PerlRequire 
"$file"\n</IfModule>\n);
               }
               else {
                   next;
  
  
  

Reply via email to