summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-07-10 13:01:05 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-07-13 01:12:47 -0700
commit370579b70296bb5a423996c84702c6fc4a473f4a (patch)
treea393d5ddb606ca5d20a6bf4c1cbd272ca0d9153d /MANIFEST
parent92881630ff6dcc5a9e9d81b401608c569c3e67b7 (diff)
downloadperl-370579b70296bb5a423996c84702c6fc4a473f4a.tar.gz
Disable encoding.pm’s default mode; update docs
Its default mode became a no-op in recent commits, because ${^ENCODING} stopped doing anything. Also, fix/delete/skip tests that fail as a result.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 133c0fce6c..8556e4a86e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5741,7 +5741,6 @@ t/uni/stash.t See if Unicode stashes work
t/uni/tie.t See if Unicode tie works
t/uni/title.t See if Unicode casing works
t/uni/tr_7jis.t See if Unicode tr/// in 7jis works
-t/uni/tr_eucjp.t See if Unicode tr/// in eucjp works
t/uni/tr_sjis.t See if Unicode tr/// in sjis works
t/uni/tr_utf8.t See if Unicode tr/// in utf8 works
t/uni/universal.t See if Unicode in calls to UNIVERSAL works