stas        2003/10/10 15:45:37

  Modified:    t/conf   modperl_extra.pl
  Log:
  ModPerl::Test::exit_handler needs to return a valid status Apache::OK;
  
  Revision  Changes    Path
  1.34      +3 -0      modperl-2.0/t/conf/modperl_extra.pl
  
  Index: modperl_extra.pl
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/conf/modperl_extra.pl,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -u -r1.33 -r1.34
  --- modperl_extra.pl  10 Oct 2003 19:34:45 -0000      1.33
  +++ modperl_extra.pl  10 Oct 2003 22:45:37 -0000      1.34
  @@ -162,6 +162,9 @@
       my($p, $s) = @_;
   
       $s->log->info("Child process pid=$$ is exiting");
  +
  +    Apache::OK;
  +
   }
   
   END {
  
  
  

Reply via email to