Skip Menu |

This queue is for tickets about the MIME-tools CPAN distribution.

Report information
The Basics
Id: 80679
Status: resolved
Priority: 0/
Queue: MIME-tools

People
Owner: dfs+pause [...] roaringpenguin.com
Requestors: wyant [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 5.503
Fixed in: (no value)



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;
Subject: Re: [rt.cpan.org #80679] [patch] Wide character in print in t/Filer.t
Date: Wed, 7 Nov 2012 16:02:34 -0500
To: bug-MIME-tools [...] rt.cpan.org
From: "David F. Skoll" <dfs [...] roaringpenguin.com>
On Wed, 7 Nov 2012 00:57:06 -0500 "Tom Wyant via RT" <bug-MIME-tools@rt.cpan.org> wrote: Show quoted text
> 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.
Thanks! Patch applied for the next release. The 6.200 series was started by the original maintainer (ERYQ) but then abandoned... 5.5xx is the production version. Regards, David.
Hi, I've uploaded MIME-tools 5.504 to CPAN. It should appear soon in the module index, and it fixes this bug. Regards, David.