stas        2004/10/28 16:03:29

  Modified:    perl-framework/Apache-Test/lib/Apache TestConfig.pm
  Log:
  no, it takes four :( get rid of the tab
  
  Revision  Changes    Path
  1.254     +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.253
  retrieving revision 1.254
  diff -u -u -r1.253 -r1.254
  --- TestConfig.pm     28 Oct 2004 22:59:09 -0000      1.253
  +++ TestConfig.pm     28 Oct 2004 23:03:29 -0000      1.254
  @@ -1818,7 +1818,7 @@
           my $candidate = File::Spec->rel2abs(catfile $_, CUSTOM_CONFIG_FILE);
           next unless -e $candidate;
           # launder for -T
  -     ($candidate) = $candidate =~ /^(.*)/;
  +        ($candidate) = $candidate =~ /^(.*)/;
           return $custom_config_path = $candidate;
       }
   
  
  
  

Reply via email to