summaryrefslogtreecommitdiff
path: root/t/comp
diff options
context:
space:
mode:
authorPaul Marquess <pmarquess@bfsec.bt.co.uk>1997-01-08 16:55:02 +0000
committerChip Salzenberg <chip@atlantic.net>1997-01-16 07:24:00 +1200
commitac1ad7f00e63b0423f397847dd05653ab9cea16c (patch)
tree82498d4107a06f574c21dadef227a2ce8d8f609f /t/comp
parent3f73d1e9321c4a88755d416e8a3bef027db02853 (diff)
downloadperl-ac1ad7f00e63b0423f397847dd05653ab9cea16c.tar.gz
low priority patches
this set of patches isn't super critical, but it does tidy a few things up in anticipation of lexical warnings. p5p-msgid: <9701081655.AA27349@claudius.bfsec.bt.co.uk>
Diffstat (limited to 't/comp')
-rwxr-xr-xt/comp/redef.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/comp/redef.t b/t/comp/redef.t
index 6a73ae1c2e..ad28bfd5e2 100755
--- a/t/comp/redef.t
+++ b/t/comp/redef.t
@@ -1,9 +1,8 @@
-#!./perl
+#!./perl -w
#
# Contributed by Graham Barr <Graham.Barr@tiuk.ti.com>
BEGIN {
- $^W = 1;
$warn = "";
$SIG{__WARN__} = sub { $warn .= join("",@_) }
}