summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/Encode/t/mime-header.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/Encode/t/mime-header.t b/ext/Encode/t/mime-header.t
index 098b639df4..5b2714b38b 100644
--- a/ext/Encode/t/mime-header.t
+++ b/ext/Encode/t/mime-header.t
@@ -19,6 +19,8 @@ BEGIN {
$| = 1;
}
+no utf8;
+
use strict;
#use Test::More qw(no_plan);
use Test::More tests => 6;