stas 2004/08/18 00:44:39
Modified: t/protocol/TestProtocol pseudo_http.pm Log: add the missing module Revision Changes Path 1.7 +2 -0 modperl-2.0/t/protocol/TestProtocol/pseudo_http.pm Index: pseudo_http.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/protocol/TestProtocol/pseudo_http.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -u -u -r1.6 -r1.7 --- pseudo_http.pm 18 Aug 2004 05:46:10 -0000 1.6 +++ pseudo_http.pm 18 Aug 2004 07:44:38 -0000 1.7 @@ -17,6 +17,8 @@ use Apache::Access (); use APR::Socket (); +use Apache::TestTrace; + use Apache::Const -compile => qw(OK DONE DECLINED); use APR::Const -compile => qw(SO_NONBLOCK);