Skip Menu |

This queue is for tickets about the Perl-Tidy CPAN distribution.

Report information
The Basics
Id: 88020
Status: resolved
Priority: 0/
Queue: Perl-Tidy

People
Owner: Nobody in particular
Requestors: zdm [...] softvisio.net
Cc:
AdminCc:

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



Subject: "Wide character in subroutine entry at site/lib/Perl/Tidy.pm line 1097" when use with --converge key
Date: Thu, 22 Aug 2013 10:46:10 +0300
To: bug-Perl-Tidy [...] rt.cpan.org
From: zdm <zdm [...] softvisio.net>
Digest::MD5::md5_hex can work only with bytes, so i suggest to rewrite line 981 as: eval "use Digest::MD5(); sub md5_hex{ return Digest::MD5::md5_hex(utf8::encode(\@_))}";
eval "require Digest::MD5; sub md5_hex{ return Digest::MD5::md5_hex(utf8::encode(\@_))}";
Subject: Re: [rt.cpan.org #88020] "Wide character in subroutine entry at site/lib/Perl/Tidy.pm line 1097" when use with --converge key
Date: Thu, 5 Sep 2013 09:45:52 -0700
To: bug-Perl-Tidy [...] rt.cpan.org
From: Steven Hancock <s7078hancock [...] gmail.com>
Thanks, This will be fixed in the next release. Steve On Thu, Aug 22, 2013 at 12:49 AM, Dmytro Zagashev via RT < bug-Perl-Tidy@rt.cpan.org> wrote: Show quoted text
> Queue: Perl-Tidy > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88020 > > > eval "require Digest::MD5; sub md5_hex{ return > Digest::MD5::md5_hex(utf8::encode(\@_))}"; >
This is fixed in version 20130922.