stas2004/09/27 19:56:34
Modified:t/response/TestVhost log.pm
Log:
don't use:
use warnings FATAL => 'all';
here as it breaks the $SIG{__WARN__} sub test for perl 5.6, though
it works fine with perl 5.8+
Revision ChangesPath
1.6 +5 -1 modperl-2.0/t/r
stas2004/09/16 16:01:13
Modified:t/response/TestVhost log.pm
Added: t/lib/TestCommon LogDiff.pm
Log:
abstract the log file incremental diff functionality into a module, so it
can be used by other tests
Revision ChangesPath
1.1 modperl-2.0/t/
stas2004/09/09 17:49:25
Modified:t/response/TestVhost log.pm
Log:
missing use Apache::Log
Revision ChangesPath
1.3 +4 -4 modperl-2.0/t/response/TestVhost/log.pm
Index: log.pm
===
RCS f
stas2004/09/09 11:48:49
Modified:t/response/TestVhost log.pm
Log:
no need for PerlOptions +GlobalRequest, as we set Apache->request($r)
explicitly
Revision ChangesPath
1.2 +0 -2 modperl-2.0/t/response/TestVhost/log.pm
Index: log.pm