summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2011-07-10 08:20:26 -0300
committerFather Chrysostomos <sprout@cpan.org>2011-10-06 13:01:18 -0700
commit2a507800356c3c2ca83fb054698efd200c197eeb (patch)
treead1723e8b61a47a4e3f9876f2c27bec6ee3e5d72 /MANIFEST
parent9e964fea750e6cadbe970c77950b0004aa2c9167 (diff)
downloadperl-2a507800356c3c2ca83fb054698efd200c197eeb.tar.gz
toke.c: Some simple mending to get readline() working with UTF-8 filehandles
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index b46ef3e12a..361e496261 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5286,6 +5286,7 @@ t/uni/method.t See if Unicode methods work
t/uni/overload.t See if Unicode overloading works
t/uni/package.t See if Unicode in package declarations works
t/uni/parser.t See if Unicode in the parser works in edge cases.
+t/uni/readline.t See if Unicode filehandles in <FH> work
t/uni/select.t See if Unicode filehandles aren't mangled by select()
t/uni/sprintf.t See if Unicode sprintf works
t/uni/stash.t See if Unicode stashes work