stas 2003/03/02 03:36:16
Modified: t/filter/TestFilter in_str_declined.pm out_bbs_ctx.pm Log: minor tweaks Revision Changes Path 1.3 +3 -0 modperl-2.0/t/filter/TestFilter/in_str_declined.pm Index: in_str_declined.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/in_str_declined.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- in_str_declined.pm 2 Mar 2003 10:35:39 -0000 1.2 +++ in_str_declined.pm 2 Mar 2003 11:36:15 -0000 1.3 @@ -6,6 +6,9 @@ use Apache::Test; use Apache::TestUtil; +use Apache::RequestRec (); +use Apache::RequestIO (); + use Apache::Filter (); use Apache::Const -compile => qw(OK DECLINED M_POST); 1.2 +1 -1 modperl-2.0/t/filter/TestFilter/out_bbs_ctx.pm Index: out_bbs_ctx.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/out_bbs_ctx.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- out_bbs_ctx.pm 15 Jan 2003 06:47:15 -0000 1.1 +++ out_bbs_ctx.pm 2 Mar 2003 11:36:15 -0000 1.2 @@ -4,7 +4,7 @@ # bucket brigade API use strict; -use warnings;# FATAL => 'all'; +use warnings FATAL => 'all'; use Apache::RequestRec (); use Apache::RequestIO ();