stas        2003/04/06 21:44:59

  Modified:    t/conf   modperl_extra.pl
  Log:
  s/PerlHandler/PerlResponseHandler//
  
  Revision  Changes    Path
  1.26      +1 -1      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.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- modperl_extra.pl  25 Mar 2003 07:49:57 -0000      1.25
  +++ modperl_extra.pl  7 Apr 2003 04:44:59 -0000       1.26
  @@ -51,7 +51,7 @@
   PerlModule Apache::TestHandler
   <Location /apache/add_config>
     SetHandler perl-script
  -  PerlHandler Apache::TestHandler::ok1
  +  PerlResponseHandler Apache::TestHandler::ok1
   </Location>
   EOC
   Apache->server->add_config([split /\n/, $conf]);
  
  
  

Reply via email to