summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-27 19:25:02 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-27 19:25:02 +0000
commitb7f7fd0bbdc7d1d714e682f9a3250ab7d97ac560 (patch)
tree1ccfddf9fb605037d706ac093b362f55b08cb57a /MANIFEST
parent002ab805506f31960772344deee6173387b1daa2 (diff)
downloadperl-b7f7fd0bbdc7d1d714e682f9a3250ab7d97ac560.tar.gz
If constant folding fails, don't fold constants, rather than reporting
the error at compile time. This allows illegal constant expressions in dead code to be ignored. p4raw-id: //depot/perl@27615
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 60b5dad481..e614095a3a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3118,6 +3118,7 @@ t/comp/colon.t See if colons are parsed correctly
t/comp/cpp.aux main file for cpp.t
t/comp/cpp.t See if C preprocessor works
t/comp/decl.t See if declarations work
+t/comp/fold.t See if constant folding works
t/comp/hints.t See if %^H works
t/comp/multiline.t See if multiline strings work
t/comp/opsubs.t See if q() etc. are not parsed as functions