stas        2004/08/08 23:22:06

  Modified:    perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  fix the basic_config cache
  
  Revision  Changes    Path
  1.97      +4 -2      httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm
  
  Index: Test.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -u -u -r1.96 -r1.97
  --- Test.pm   9 Aug 2004 06:19:15 -0000       1.96
  +++ Test.pm   9 Aug 2004 06:22:06 -0000       1.97
  @@ -57,9 +57,11 @@
       $Config ||= Apache::TestConfig->thaw->httpd_config;
   }
   
  -# doesn't require httpd to be found
  +my $Basic_config;
  +
  +# config bits which doesn't require httpd to be found
   sub basic_config {
  -    $Config ||= Apache::TestConfig->thaw();
  +    $Basic_config ||= Apache::TestConfig->thaw();
   }
   
   sub vars {
  
  
  

Reply via email to