summaryrefslogtreecommitdiff
path: root/t/op/concat2.t
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-06-17 18:00:13 -0600
committerKarl Williamson <khw@cpan.org>2014-06-17 18:25:04 -0600
commitd3532481a36e82cf5b9642b3dfe203a314a17cab (patch)
tree4f936eef2120ce7a36483908e892b80245b550ed /t/op/concat2.t
parent6d62ead0518e8953df12934fbbe8745cd0640b1d (diff)
downloadperl-d3532481a36e82cf5b9642b3dfe203a314a17cab.tar.gz
Revert the removal of 'use encoding'
We've decided to not remove 'use encoding' in v5.20. This reverts commits b017fe877ad78f04afaa3c1327fc46391f572bfb, 7053d92917f7cb46452de86dc4c6d8644cae849c, and b06e47f717f77453fbdaef628efc2b9c83898a8b
Diffstat (limited to 't/op/concat2.t')
-rw-r--r--t/op/concat2.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/op/concat2.t b/t/op/concat2.t
index 46ec02e62f..9dfcc5b1d7 100644
--- a/t/op/concat2.t
+++ b/t/op/concat2.t
@@ -14,7 +14,6 @@ BEGIN {
plan 3;
SKIP: {
-skip("XXX 'use encoding' is gone. This test needs to be rewritten", 1);
skip_if_miniperl("no dynamic loading on miniperl, no Encode", 1);
fresh_perl_is <<'end', "ok\n", {},
no warnings 'deprecated';