dougm       01/04/11 20:23:59

  Modified:    Apache-Test/lib/Apache TestConfig.pm
  Log:
  need to add_inc when using thawed config
  
  Revision  Changes    Path
  1.6       +1 -0      modperl-2.0/Apache-Test/lib/Apache/TestConfig.pm
  
  Index: TestConfig.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Apache-Test/lib/Apache/TestConfig.pm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestConfig.pm     2001/04/03 04:23:44     1.5
  +++ TestConfig.pm     2001/04/12 03:23:58     1.6
  @@ -93,6 +93,7 @@
           #dont generate any new config
           $thaw->{$_} = $args->{$_} for keys %$args;
           $thaw->{server} = $thaw->new_test_server;
  +        $thaw->add_inc;
           return $thaw;
       }
   
  
  
  

Reply via email to