dougm 01/12/19 17:31:24
Modified:lib/Apache compat.pm
t/response/TestApache compat.pm
Log:
use/require Apache::File; compat
Revision ChangesPath
1.32 +2 -0 modperl-2.0/lib/Apache/compat.pm
Index: compat.pm
===
stas01/12/13 20:52:46
Modified:todo api.txt
lib/Apache compat.pm
t/apache compat.t
t/response/TestApache compat.pm
Log:
- Apache->gensym now lives in compat.pm
Revision ChangesPath
1.17 +0 -3 modperl-2.0/todo
stas01/12/10 00:31:15
Modified:t/response/TestApache compat.pm
Log:
- better open's failure diagnostics
Revision ChangesPath
1.7 +1 -0 modperl-2.0/t/response/TestApache/compat.pm
Index: compat.pm
=
stas01/12/05 08:39:01
Modified:t/apache compat.t
t/response/TestApache compat.pm
Log:
- add the rest of the sub tests for the $r methods provided by
Apache::File in 1.x.
Revision ChangesPath
1.6 +3 -3 modperl-2.0/t/apache/compat.t
Ind
stas01/12/05 08:03:25
Modified:lib/Apache compat.pm
t/apache compat.t
t/response/TestApache compat.pm
Log:
- add 'PerlOptions +GlobalRequest' to avoid core dumps in tests
- warn user if Apache->request fails
- add the returned by tmpfile filenam
stas01/12/04 21:31:09
Modified:lib/Apache compat.pm
t/apache compat.t
t/response/TestApache compat.pm
Log:
- the implementation of compatibility layer for Apache::File from 1.x
- tests
Revision ChangesPath
1.25 +63 -0 modperl-
stas01/09/29 12:33:40
Modified:t/apache compat.t
t/response/TestApache compat.pm
Log:
- prepare a ground for adding many new sub-tests for Apache::compat
- add the content-type test for send_http_header($val);
- add tests for $r->header_{in|out} (5,7,9,11 are