You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2003/01/29 03:36:25 UTC

cvs commit: modperl-2.0/t/hooks/TestHooks push_handlers.pm stacked_handlers.pm

stas        2003/01/28 18:36:25

  Modified:    t/hooks/TestHooks push_handlers.pm stacked_handlers.pm
  Log:
  add the missing Apache::ServerUtil
  
  Revision  Changes    Path
  1.3       +1 -0      modperl-2.0/t/hooks/TestHooks/push_handlers.pm
  
  Index: push_handlers.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/hooks/TestHooks/push_handlers.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- push_handlers.pm	29 Jan 2003 01:33:17 -0000	1.2
  +++ push_handlers.pm	29 Jan 2003 02:36:25 -0000	1.3
  @@ -7,6 +7,7 @@
   
   use Apache::RequestRec ();
   use Apache::RequestIO ();
  +use Apache::ServerUtil ();
   
   use Apache::Const -compile => qw(OK DECLINED DONE);
   
  
  
  
  1.3       +1 -0      modperl-2.0/t/hooks/TestHooks/stacked_handlers.pm
  
  Index: stacked_handlers.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/hooks/TestHooks/stacked_handlers.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- stacked_handlers.pm	29 Jan 2003 01:09:06 -0000	1.2
  +++ stacked_handlers.pm	29 Jan 2003 02:36:25 -0000	1.3
  @@ -9,6 +9,7 @@
   
   use Apache::RequestRec ();
   use Apache::RequestIO ();
  +use Apache::ServerUtil ();
   
   use Apache::Const -compile => qw(OK DECLINED DONE);