diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-05-19 16:54:01 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-05-19 17:09:47 -0700 |
commit | 348990471457e062920a311769ddae09a49fa203 (patch) | |
tree | ee5106da1714a79897bdb022a4278ccdf4d6d86d /MANIFEST | |
parent | ae19993915a27e9fb5ee79b7a2624dba0bd876cd (diff) | |
download | perl-348990471457e062920a311769ddae09a49fa203.tar.gz |
Tests for #85026
Almost all of this is taken verbatim from Ton Hospel’s sample script
for demonstrating the bug.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4892,6 +4892,7 @@ t/op/grep.t See if grep() and map() work t/op/groups.t See if $( works t/op/gv.t See if typeglobs work t/op/hashassign.t See if hash assignments work +t/op/hash-rt85026.t See if hash iteration/deletion works t/op/hash.t See if the complexity attackers are repelled t/op/hashwarn.t See if warnings for bad hash assignments work t/op/inccode.t See if coderefs work in @INC |