dougm 01/11/19 14:08:17
Modified:t/modules cgi.t
t/response/TestModules cgi.pm
Log:
make cgi test easier to debug/run subtests
Revision ChangesPath
1.5 +35 -15modperl-2.0/t/modules/cgi.t
Index: cgi.t
=
dougm 01/09/28 10:15:08
Modified:lib/Apache compat.pm
src/modules/perl mod_perl.c modperl_env.c modperl_env.h
t/conf modperl_extra.pl
t/response/TestModules cgi.pm
Log:
setup @ENV{MOD_PERL,GATEWAY_INTERFACE} before any Perl code is ru
dougm 01/09/27 08:52:09
Modified:t/response/TestModules cgi.pm
Log:
whoops; lame -T test was not supposed to be committed
Revision ChangesPath
1.7 +0 -2 modperl-2.0/t/response/TestModules/cgi.pm
Index: cgi.pm
==
dougm 01/09/27 08:50:37
Modified:src/modules/perl modperl_cmd.c modperl_cmd.h
t/response/TestModules cgi.pm
Log:
s/dummy/mconfig/g; s/on/flag_on/g
Revision ChangesPath
1.8 +5 -5 modperl-2.0/src/modules/perl/modperl_cmd.c
Index: modperl_cm