randyk 2004/07/07 23:13:35
Modified:t/apr-ext perlio.t
Log:
swap order of args to t_cmp in t/apr-ext tests to use new
($received, $expected, $comment) syntax.
Revision ChangesPath
1.6 +22 -22modperl-2.0/t/apr-ext/perlio.t
Index: perlio.t
==
stas2003/08/27 18:59:28
Modified:t/apr-ext perlio.t
Log:
skip for now until the dependency on mod_perl symbols is resolved
Revision ChangesPath
1.4 +6 -0 modperl-2.0/t/apr-ext/perlio.t
Index: perlio.t
=
stas2003/08/27 18:58:32
Modified:t/response/TestAPR perlio.pm
t/apr-ext perlio.t
Log:
it should be fine by now to 'require APR::Perlio', without needing an
eval. the problem with eval {} is that it hides possible loading
problems, which shouldn't be there.
stas2003/08/20 19:11:30
Modified:xs/APR/APR APR.xs
Added: t/apr-ext perlio.t
Log:
APR::PerlIO needs optional functions which require apr_hook_global_pool to
be initialized. unfortunately APR_initialize() doesn't do that (httpd does
it manually). fix it for the outsid