diff options
author | Mark Fisher <fisherm@tce.com> | 2001-02-08 05:44:00 -0500 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-02-09 19:25:16 +0000 |
commit | a6fe520e69b81614f687efd2cdbfdcd1bb40e201 (patch) | |
tree | a2a37a5d596be27d5093af180a50d3555f9c5be6 /t/pragma | |
parent | 682a4d6ff488c90b285372b88adbfe46b909f779 (diff) | |
download | perl-a6fe520e69b81614f687efd2cdbfdcd1bb40e201.tar.gz |
RE: Biannual Competition to Improve Hashing Function
Date: Thu, 8 Feb 2001 10:44:00 -0500
Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
Date: Thu, 8 Feb 2001 15:02:47 -0500
Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
p4raw-id: //depot/perl@8750
Diffstat (limited to 't/pragma')
-rw-r--r-- | t/pragma/warn/perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pragma/warn/perl b/t/pragma/warn/perl index 45807499d6..7070dd447c 100644 --- a/t/pragma/warn/perl +++ b/t/pragma/warn/perl @@ -46,8 +46,8 @@ $x = 3 ; use warnings 'once' ; $z = 3 ; EXPECT -Name "main::x" used only once: possible typo at - line 4. Name "main::z" used only once: possible typo at - line 6. +Name "main::x" used only once: possible typo at - line 4. ######## -X # perl.c |