Author: paultcochrane
Date: Wed Jan 24 01:41:17 2007
New Revision: 16774

Modified:
   trunk/languages/tcl/lib/Parrot/Test/Tcl.pm

Log:
[tcl] Reverted use of C<use strict;> which was causing tests to fail.


Modified: trunk/languages/tcl/lib/Parrot/Test/Tcl.pm
==============================================================================
--- trunk/languages/tcl/lib/Parrot/Test/Tcl.pm  (original)
+++ trunk/languages/tcl/lib/Parrot/Test/Tcl.pm  Wed Jan 24 01:41:17 2007
@@ -1,6 +1,5 @@
 package Parrot::Test::Tcl;
 
-use strict;
 use warnings;
 use File::Basename;
 

Reply via email to