Subject: | [patch] Wide character in print in t/Filer.t |
The t/Filer.t test emits two "Wide character in print" messages. This is
just noise unless some downstream modules tests for unexpected warnings,
and I know of none that do this, so I have marked the ticket "Unimportant".
If you are interested in a patch, it is attached. This is against 5.503,
as I don't find 6.200_0[12] on CPAN.
Subject: | MIME-tools-t-Filer.diff |
--- t/Filer.old 2011-10-19 13:32:21.000000000 -0400
+++ t/Filer.t 2012-11-07 00:47:45.000000000 -0500
@@ -7,6 +7,7 @@
binmode(STDOUT, ":utf8");
binmode(STDERR, ":utf8");
+binmode( Test::More->builder()->output(), ':encoding(utf-8)' );
# Perl < 5.10.0 did not handle Unicode at all...
my $wookie;