diff options
author | David Nicol <davidnicol@gmail.com> | 2012-08-19 22:16:13 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-21 14:11:00 -0700 |
commit | c8e9f72fa069d0087a99c77584ea59b938b08604 (patch) | |
tree | 6e2ec53685ffb9def6ebd0728b12cf5c0f4ca2a9 /MANIFEST | |
parent | 5097bf9b8df114433b321066b622851359bb857e (diff) | |
download | perl-c8e9f72fa069d0087a99c77584ea59b938b08604.tar.gz |
[perl #65838] Tests for here-docs without final newlines
and a few error cases
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5281,6 +5281,7 @@ 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/heredoc.t See if heredoc edge and corner cases work t/op/inccode.t See if coderefs work in @INC t/op/inccode-tie.t See if tie to @INC works t/op/incfilter.t See if the source filters in coderef-in-@INC work |