stas 2003/01/28 18:37:59 Modified: t/hooks/TestHooks push_handlers.pm stacked_handlers.pm Log: oops, s/ServerUtil/RequestUtil/ Revision Changes Path 1.4 +1 -1 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- push_handlers.pm 29 Jan 2003 02:36:25 -0000 1.3 +++ push_handlers.pm 29 Jan 2003 02:37:59 -0000 1.4 @@ -7,7 +7,7 @@ use Apache::RequestRec (); use Apache::RequestIO (); -use Apache::ServerUtil (); +use Apache::RequestUtil (); use Apache::Const -compile => qw(OK DECLINED DONE); 1.4 +1 -1 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- stacked_handlers.pm 29 Jan 2003 02:36:25 -0000 1.3 +++ stacked_handlers.pm 29 Jan 2003 02:37:59 -0000 1.4 @@ -9,7 +9,7 @@ use Apache::RequestRec (); use Apache::RequestIO (); -use Apache::ServerUtil (); +use Apache::RequestUtil (); use Apache::Const -compile => qw(OK DECLINED DONE);