summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorDavid Nicol <davidnicol@gmail.com>2012-08-19 22:16:13 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-21 14:11:00 -0700
commitc8e9f72fa069d0087a99c77584ea59b938b08604 (patch)
tree6e2ec53685ffb9def6ebd0728b12cf5c0f4ca2a9 /MANIFEST
parent5097bf9b8df114433b321066b622851359bb857e (diff)
downloadperl-c8e9f72fa069d0087a99c77584ea59b938b08604.tar.gz
[perl #65838] Tests for here-docs without final newlines
and a few error cases
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 71e26a07a6..7484cd60c1 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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