summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2009-12-09 17:40:05 -0500
committerJesse Vincent <jesse@bestpractical.com>2009-12-09 17:40:05 -0500
commit85613cabfd8d8a9b6b36082819bd6c38e1bb21c7 (patch)
tree4e5b689d5677b06ea580219d8a4d1b84ebcb3c2e /MANIFEST
parentbb61cbbfe4f34b8082fca34dd9dd82cae6aaa146 (diff)
downloadperl-85613cabfd8d8a9b6b36082819bd6c38e1bb21c7.tar.gz
Fix for [perl #70910] wrong line number in syntax error message
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index a85d31829b..43e9a49cb6 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4187,6 +4187,7 @@ t/comp/bproto.t See if builtins conform to their prototypes
t/comp/cmdopt.t See if command optimization works
t/comp/colon.t See if colons are parsed correctly
t/comp/decl.t See if declarations work
+t/comp/final_line_num.t See if line numbers are correct at EOF
t/comp/fold.t See if constant folding works
t/comp/hints.aux Auxillary file for %^H test
t/comp/hints.t See if %^H works