summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2011-11-15 05:42:09 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-03-25 14:08:22 -0700
commit5db1eb8d3ecc607380cd43267d08149b82822fe9 (patch)
tree7e87adca6d09b5757f4c116dba6780f8b26deeba /MANIFEST
parent70558906b0dcb94c924d98d19c32c8f22f495cde (diff)
downloadperl-5db1eb8d3ecc607380cd43267d08149b82822fe9.tar.gz
Label UTF8 cleanup
This meant changing LABEL's definition in perly.y, so most of this commit is actually from the regened files.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index cc185d6dda..2be6ea76bb 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3996,6 +3996,7 @@ ext/XS-APItest/t/keyword_multiline.t test keyword plugin parsing across lines
ext/XS-APItest/t/keyword_plugin.t test keyword plugin mechanism
ext/XS-APItest/t/labelconst.aux auxiliary file for label test
ext/XS-APItest/t/labelconst.t test recursive descent label parsing
+ext/XS-APItest/t/labelconst_utf8.aux auxiliary file for label test in UTF-8
ext/XS-APItest/t/loopblock.t test recursive descent block parsing
ext/XS-APItest/t/looprest.t test recursive descent statement-sequence parsing
ext/XS-APItest/t/lvalue.t Test XS lvalue functions
@@ -5492,6 +5493,7 @@ t/uni/fold.t See if Unicode folding works
t/uni/goto.t See if Unicode goto &sub works
t/uni/greek.t See if Unicode in greek works
t/uni/gv.t See if Unicode GVs work.
+t/uni/labels.t See if Unicode labels work
t/uni/latin2.t See if Unicode in latin2 works
t/uni/lex_utf8.t See if Unicode in lexer works
t/uni/lower.t See if Unicode casing works