diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-28 17:15:12 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-28 17:15:12 +0000 |
commit | 6169593b637ff28a9412d24164af682a1c62146e (patch) | |
tree | 0b822aabdb0bd0a72d854a32ab49119ee49949f4 /t | |
parent | c356d77f02460666e584ca1c1cfabd8207072d8f (diff) | |
parent | aa13708db98480b38336c70a72deedc2c89baa52 (diff) | |
download | perl-6169593b637ff28a9412d24164af682a1c62146e.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@14475
Diffstat (limited to 't')
-rw-r--r-- | t/lib/warnings/perl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib/warnings/perl b/t/lib/warnings/perl index 512ee7fb65..78d730b361 100644 --- a/t/lib/warnings/perl +++ b/t/lib/warnings/perl @@ -46,6 +46,7 @@ $x = 3 ; use warnings 'once' ; $z = 3 ; EXPECT +OPTION random Name "main::z" used only once: possible typo at - line 6. Name "main::x" used only once: possible typo at - line 4. ######## |