diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-09-01 16:54:56 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-09-01 17:13:16 +0100 |
commit | c9a84c8bfeae3aee63d5def31bab0d11877f5dee (patch) | |
tree | 900217cb6c5fa2a0ef85823daeca7988bfd80efb /MANIFEST | |
parent | 0d8a731b43920d391766e4459e6781103e0808cc (diff) | |
download | perl-c9a84c8bfeae3aee63d5def31bab0d11877f5dee.tar.gz |
Stop Tie::Hash->TIEHASH() looping forever.
This change is analogous to bc3707112523ba7a in Tie::Scalar, but with far fewer
tests.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3677,6 +3677,7 @@ lib/Tie/Handle/stdhandle_from_handle.t Test for Tie::StdHandle/Handle backwards lib/Tie/Handle/stdhandle.t Test for Tie::StdHandle lib/Tie/Hash/NamedCapture.pm Implements %- and %+ behaviour lib/Tie/Hash.pm Base class for tied hashes +lib/Tie/Hash.t See if Tie::Hash works lib/Tie/Scalar.pm Base class for tied scalars lib/Tie/Scalar.t See if Tie::Scalar works lib/Tie/StdHandle.pm Tie::StdHandle |