diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-02 22:08:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-02 22:08:49 +0000 |
commit | 2fc7fd3f18733037e46c7d20cc82d759b0c5a03a (patch) | |
tree | 12b9e724c8b590e337c7908f2953d191a57ecced /MANIFEST | |
parent | b4b1f6091e7b2196e3cee1d4763595e9bae86880 (diff) | |
download | perl-2fc7fd3f18733037e46c7d20cc82d759b0c5a03a.tar.gz |
Fix the problem discussed in
Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
Message-Id: <200010160148.EAA14523@alpha.hut.fi>
originally from Linc Madison. Also Andreas König's comments
taken into account. Some other problems with Tie::SubstrHash
fixed: didn't croak when the table exceeded the requested number
of entries (as documented) but instead when the number of entries
exceeded the size of the table, a croak() had an unnecessary \n,
didn't have a CLEAR method, documented that there is no exists().
Didn't fix to be strict-proof because the module uses &foo; and
dynamic scope. Added a test script exercizing both first tamely
the basic functionality, and then the failure cases reported by
Linc Madison.
p4raw-id: //depot/perl@7530
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1452,6 +1452,7 @@ t/lib/tie-splice.t Test for Tie::Array::SPLICE t/lib/tie-stdarray.t Test for Tie::StdArray t/lib/tie-stdhandle.t Test for Tie::StdHandle t/lib/tie-stdpush.t Test for Tie::StdArray +t/lib/tie-substrhash.t Test for Tie::SubstrHash t/lib/timelocal.t See if Time::Local works t/lib/trig.t See if Math::Trig works t/op/64bitint.t See if 64 bit integers work |