Update of /cvsroot/lxr/lxr/tests
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32078/tests
Modified Files:
TestRunner.pl
Log Message:
Reverting the change to TestRunner.pl so it uses the -w switch instead of the -T switch as before
Index: TestRunner.pl
===================================================================
RCS file: /cvsroot/lxr/lxr/tests/TestRunner.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- TestRunner.pl 8 Apr 2009 20:49:21 -0000 1.2
+++ TestRunner.pl 10 Apr 2009 09:16:45 -0000 1.3
@@ -1,4 +1,4 @@
-#!perl -T
+#!perl -w
use strict;
|