geoff       2004/10/28 07:33:56

  Modified:    perl-framework/Apache-Test Changes
               perl-framework/Apache-Test/lib/Apache TestConfig.pm
  Log:
  revert last change to keep things compiling
  
  Revision  Changes    Path
  1.190     +0 -3      httpd-test/perl-framework/Apache-Test/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Changes,v
  retrieving revision 1.189
  retrieving revision 1.190
  diff -u -r1.189 -r1.190
  --- Changes   27 Oct 2004 23:24:19 -0000      1.189
  +++ Changes   28 Oct 2004 14:33:55 -0000      1.190
  @@ -8,9 +8,6 @@
   
   =item 1.16-dev
   
  -launder the require()d custom config filename to make -T happy
  -[Torsten Förtsch <torsten.foertsch gmx.net>]
  -
   added Apache::TestRunPHP and Apache::TestConfigPHP classes,
   which provide a framework for server-side testing via PHP scripts
   [Geoffrey Young]
  
  
  
  1.251     +0 -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.250
  retrieving revision 1.251
  diff -u -r1.250 -r1.251
  --- TestConfig.pm     27 Oct 2004 23:24:19 -0000      1.250
  +++ TestConfig.pm     28 Oct 2004 14:33:55 -0000      1.251
  @@ -2077,7 +2077,6 @@
       if (my $custom_config_path = custom_config_path()) {
           debug "loading custom config data from: '$custom_config_path'";
           $custom_config_loaded++;
  -        ($candidate) = $candidate=~/^(.*)/; # launder for -T
           require $custom_config_path;
       }
       else {
  
  
  

Reply via email to