stas 2003/10/09 13:03:31
Modified: t/conf extra.conf.in ModPerl-Registry/t/conf extra.conf.in Log: enabled the warnings globally so that we catch problems outside the scope of the handlers. Revision Changes Path 1.8 +2 -2 modperl-2.0/t/conf/extra.conf.in Index: extra.conf.in =================================================================== RCS file: /home/cvs/modperl-2.0/t/conf/extra.conf.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -u -r1.7 -r1.8 --- extra.conf.in 2 Oct 2003 06:29:46 -0000 1.7 +++ extra.conf.in 9 Oct 2003 20:03:31 -0000 1.8 @@ -1,5 +1,5 @@ -# make sure that we test under Taint mode -PerlSwitches -T +# make sure that we test under Taint and warnings mode enabled +PerlSwitches -wT PerlChildExitHandler ModPerl::Test::exit_handler 1.13 +2 -2 modperl-2.0/ModPerl-Registry/t/conf/extra.conf.in Index: extra.conf.in =================================================================== RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/conf/extra.conf.in,v retrieving revision 1.12 retrieving revision 1.13 diff -u -u -r1.12 -r1.13 --- extra.conf.in 2 Oct 2003 08:57:09 -0000 1.12 +++ extra.conf.in 9 Oct 2003 20:03:31 -0000 1.13 @@ -1,7 +1,7 @@ #this file will be Include-d by @ServerRoot@/httpd.conf -# make sure that we test under Taint mode -PerlSwitches -T +# make sure that we test under Taint and warnings mode enabled +PerlSwitches -wT PerlModule Apache2