Author: stas
Date: Mon Dec 20 07:04:08 2004
New Revision: 122854

URL: http://svn.apache.org/viewcvs?view=rev&rev=122854
Log:
add strict/warnings

Modified:
   httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/t/interactive.t

Modified: 
httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/t/interactive.t
Url: 
http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/t/interactive.t?view=diff&rev=122854&p1=httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/t/interactive.t&r1=122853&p2=httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/t/interactive.t&r2=122854
==============================================================================
--- 
httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/t/interactive.t   
    (original)
+++ 
httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/t/interactive.t   
    Mon Dec 20 07:04:08 2004
@@ -4,6 +4,9 @@
 
 use Test::More;
 
+use strict;
+use warnings FATAL => 'all';
+
 use IPC::Run qw(start pump finish timeout);
 use Cwd qw(cwd);
 use File::Spec::Functions qw(catfile);

Reply via email to