diff options
author | Hugo van der Sanden <hv@crypt.org> | 1997-11-22 12:52:16 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-03-03 03:03:55 +0000 |
commit | 4b74e3fbc56175eeb65af1e5ad28a26e76ba64d9 (patch) | |
tree | 22e05587bd64780c7cb3ed045956ec4ca0ea2639 /t/pragma | |
parent | a2c066523a8ce75a281ac073b929d59e1a2fbb5f (diff) | |
download | perl-4b74e3fbc56175eeb65af1e5ad28a26e76ba64d9.tar.gz |
[win32] yet another maintpatch
Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
Subject: Re: [PERL] Unexpected output
p4raw-id: //depot/win32/perl@630
Diffstat (limited to 't/pragma')
-rw-r--r-- | t/pragma/warn-1global | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/pragma/warn-1global b/t/pragma/warn-1global index 33252731b0..07b5bc8eb9 100644 --- a/t/pragma/warn-1global +++ b/t/pragma/warn-1global @@ -144,3 +144,8 @@ my $a ; chop $a ; my $c ; chop $c ; EXPECT Use of uninitialized value at - line 5. +######## +-w +-e undef +EXPECT +Use of uninitialized value at - line 2. |