diff options
Diffstat (limited to 't/io/utf8.t')
-rwxr-xr-x | t/io/utf8.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/utf8.t b/t/io/utf8.t index 224dfd70da..0d5700dff5 100755 --- a/t/io/utf8.t +++ b/t/io/utf8.t @@ -9,7 +9,7 @@ BEGIN { } } -no utf8; # so that the naked 8-bit chars won't gripe under use utf8 +no utf8; # needed for use utf8 not griping about the raw octets $| = 1; my $total_tests = 25; |