stas 2004/07/14 16:22:31
Modified: t/modperl exit.t Log: add strict/warnigs Revision Changes Path 1.6 +3 -0 modperl-2.0/t/modperl/exit.t Index: exit.t =================================================================== RCS file: /home/cvs/modperl-2.0/t/modperl/exit.t,v retrieving revision 1.5 retrieving revision 1.6 diff -u -u -r1.5 -r1.6 --- exit.t 9 Jul 2004 18:53:01 -0000 1.5 +++ exit.t 14 Jul 2004 23:22:31 -0000 1.6 @@ -1,3 +1,6 @@ +use strict; +use warnings FATAL => 'all'; + use Apache::TestRequest 'GET_BODY_ASSERT'; use Apache::Test;