diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-03-27 19:25:02 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-03-27 19:25:02 +0000 |
commit | b7f7fd0bbdc7d1d714e682f9a3250ab7d97ac560 (patch) | |
tree | 1ccfddf9fb605037d706ac093b362f55b08cb57a /MANIFEST | |
parent | 002ab805506f31960772344deee6173387b1daa2 (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |