diff options
author | Paul Marquess <pmarquess@bfsec.bt.co.uk> | 1997-01-08 16:55:02 +0000 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-01-16 07:24:00 +1200 |
commit | ac1ad7f00e63b0423f397847dd05653ab9cea16c (patch) | |
tree | 82498d4107a06f574c21dadef227a2ce8d8f609f /t/comp | |
parent | 3f73d1e9321c4a88755d416e8a3bef027db02853 (diff) | |
download | perl-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-x | t/comp/redef.t | 3 |
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("",@_) } } |