stas 2003/09/18 01:09:07
Modified: t/filter/TestFilter both_str_req_add.pm both_str_req_mix.pm in_bbs_consume.pm in_bbs_underrun.pm in_str_lc.pm in_str_sandwich.pm out_str_req_eos.pm Log: add missing: use Apache::RequestRec (); use Apache::RequestIO (); Revision Changes Path 1.3 +3 -0 modperl-2.0/t/filter/TestFilter/both_str_req_add.pm Index: both_str_req_add.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/both_str_req_add.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- both_str_req_add.pm 18 Apr 2003 06:18:57 -0000 1.2 +++ both_str_req_add.pm 18 Sep 2003 08:09:06 -0000 1.3 @@ -6,6 +6,9 @@ use strict; use warnings FATAL => 'all'; +use Apache::RequestRec (); +use Apache::RequestIO (); + use Apache::Filter (); use Apache::Const -compile => qw(OK M_POST); 1.3 +4 -1 modperl-2.0/t/filter/TestFilter/both_str_req_mix.pm Index: both_str_req_mix.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/both_str_req_mix.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- both_str_req_mix.pm 22 May 2003 06:11:21 -0000 1.2 +++ both_str_req_mix.pm 18 Sep 2003 08:09:06 -0000 1.3 @@ -64,8 +64,11 @@ use strict; use warnings FATAL => 'all'; -use Apache::TestTrace; +use Apache::RequestRec (); +use Apache::RequestIO (); use Apache::Filter (); + +use Apache::TestTrace; use Apache::Const -compile => qw(OK M_POST); 1.2 +3 -0 modperl-2.0/t/filter/TestFilter/in_bbs_consume.pm Index: in_bbs_consume.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/in_bbs_consume.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -u -r1.1 -r1.2 --- in_bbs_consume.pm 16 May 2003 06:06:54 -0000 1.1 +++ in_bbs_consume.pm 18 Sep 2003 08:09:06 -0000 1.2 @@ -8,7 +8,10 @@ use strict; use warnings FATAL => 'all'; +use Apache::RequestRec (); +use Apache::RequestIO (); use Apache::Filter (); + use Apache::TestTrace; use Apache::Const -compile => qw(OK M_POST); 1.5 +4 -2 modperl-2.0/t/filter/TestFilter/in_bbs_underrun.pm Index: in_bbs_underrun.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/in_bbs_underrun.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -u -u -r1.4 -r1.5 --- in_bbs_underrun.pm 28 May 2003 02:06:21 -0000 1.4 +++ in_bbs_underrun.pm 18 Sep 2003 08:09:06 -0000 1.5 @@ -43,9 +43,11 @@ use strict; use warnings FATAL => 'all'; -use Apache::TestTrace; - +use Apache::RequestRec (); +use Apache::RequestIO (); use Apache::Filter (); + +use Apache::TestTrace; use Apache::Const -compile => qw(OK M_POST); 1.4 +2 -0 modperl-2.0/t/filter/TestFilter/in_str_lc.pm Index: in_str_lc.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/in_str_lc.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -u -u -r1.3 -r1.4 --- in_str_lc.pm 31 Mar 2003 01:50:51 -0000 1.3 +++ in_str_lc.pm 18 Sep 2003 08:09:06 -0000 1.4 @@ -3,6 +3,8 @@ use strict; use warnings FATAL => 'all'; +use Apache::RequestRec (); +use Apache::RequestIO (); use Apache::Filter (); use Apache::Const -compile => qw(OK M_POST); 1.4 +2 -0 modperl-2.0/t/filter/TestFilter/in_str_sandwich.pm Index: in_str_sandwich.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/in_str_sandwich.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -u -u -r1.3 -r1.4 --- in_str_sandwich.pm 31 Mar 2003 01:50:51 -0000 1.3 +++ in_str_sandwich.pm 18 Sep 2003 08:09:06 -0000 1.4 @@ -6,6 +6,8 @@ use strict; use warnings FATAL => 'all'; +use Apache::RequestRec (); +use Apache::RequestIO (); use Apache::Filter (); use Apache::Const -compile => qw(OK M_POST); 1.3 +2 -0 modperl-2.0/t/filter/TestFilter/out_str_req_eos.pm Index: out_str_req_eos.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/out_str_req_eos.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- out_str_req_eos.pm 18 Apr 2003 06:18:57 -0000 1.2 +++ out_str_req_eos.pm 18 Sep 2003 08:09:06 -0000 1.3 @@ -6,6 +6,8 @@ use strict; use warnings FATAL => 'all'; +use Apache::RequestRec (); +use Apache::RequestIO (); use Apache::Filter (); use Apache::Const -compile => qw(OK M_POST);