Michael G. Schwern [Tue, 3 Mar 2009 00:08:38 +0000 (16:08 -0800)]
[Ammended slightly to invert the change in
3fd4b35989]
$| = 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.