Quote "strict"->import and "warnings"->import to quiet warnings.
Michael G. Schwern [Tue, 3 Mar 2009 00:08:38 +0000 (16:08 -0800)]
[Ammended slightly to invert the change in 3fd4b35989]

t/TEST

diff --git a/t/TEST b/t/TEST
index 8484e45..c466d0e 100755 (executable)
--- a/t/TEST
+++ b/t/TEST
@@ -11,8 +11,8 @@ my $Valgrind_Log = 'current.valgrind';
 $| = 1;
 
 # for testing TEST only
-#BEGIN { require '../lib/strict.pm'; strict->import() };
-#BEGIN { require '../lib/warnings.pm'; warnings->import() };
+#BEGIN { require '../lib/strict.pm'; "strict"->import() };
+#BEGIN { require '../lib/warnings.pm'; "warnings"->import() };
 
 # Let tests know they're running in the perl core.  Useful for modules
 # which live dual lives on CPAN.