stas 2003/08/20 15:14:37
Modified: t/filter both_str_req_mix.t Log: Compress::Zlib::memGunzip was added in 1.09, require that version Revision Changes Path 1.3 +2 -1 modperl-2.0/t/filter/both_str_req_mix.t Index: both_str_req_mix.t =================================================================== RCS file: /home/cvs/modperl-2.0/t/filter/both_str_req_mix.t,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- both_str_req_mix.t 6 Aug 2003 07:28:47 -0000 1.2 +++ both_str_req_mix.t 20 Aug 2003 22:14:37 -0000 1.3 @@ -5,7 +5,8 @@ use Apache::TestRequest; use Apache::TestUtil; -plan tests => 1, have 'Compress::Zlib', 'deflate', 'include', +plan tests => 1, have 'deflate', 'include', + have_min_module_version("Compress::Zlib", "1.09"), have_min_apache_version("2.0.43"); require Compress::Zlib;