stas 2004/07/07 23:54:58
Modified: t/conf modperl_extra.pl Log: temp workaround for t/filter/TestFilter/in_error.pm Revision Changes Path 1.53 +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.52 retrieving revision 1.53 diff -u -u -r1.52 -r1.53 --- modperl_extra.pl 9 Jun 2004 14:46:21 -0000 1.52 +++ modperl_extra.pl 8 Jul 2004 06:54:58 -0000 1.53 @@ -7,6 +7,9 @@ use Apache2 (); +# XXX: temp workaround for t/filter/TestFilter/in_error.pm +use APR::Error; + use Apache::Server (); use Apache::ServerUtil (); use Apache::Process ();