Skip Menu |

This queue is for tickets about the Test-utf8 CPAN distribution.

Report information
The Basics
Id: 88189
Status: open
Priority: 0/
Queue: Test-utf8

People
Owner: Nobody in particular
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

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



Subject: deprecated regexp
Date: Tue, 27 Aug 2013 18:42:02 +0100
To: bug-Test-utf8 [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
Test::utf8's $re_bit is generating a deprecation warning from perl 5.18. (When mojibaked, the warning plays havoc with xterm.) The warning is about Unicode whitespace under /x. You can safely drop the /x from the line that uses $re_bit, as you're not actually using the whitespace behaviour of /x, because the regexp is mostly machine-generated. -zefram
Any chance we could get this fixed and released?
On Tue Oct 29 15:50:41 2013, frew wrote: Show quoted text
> Any chance we could get this fixed and released?
See PR at https://github.com/2shortplanks/Test-utf8/pull/2
Subject: Re: [rt.cpan.org #88189] deprecated regexp
Date: Mon, 30 Dec 2013 00:17:47 +0100
To: bug-Test-utf8 [...] rt.cpan.org
From: Mark Fowler <mark [...] twoshortplanks.com>
Hi Guys, as I sent in a private email, I'm away until the 6th Jan, and I intend to look at it when I return then. Is that okay? Mark. On Sun, Dec 29, 2013 at 10:59 PM, Frew Schmidt via RT <bug-Test-utf8@rt.cpan.org> wrote: Show quoted text
> Queue: Test-utf8 > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88189 > > > On Tue Oct 29 15:50:41 2013, frew wrote:
>> Any chance we could get this fixed and released?
> > See PR at https://github.com/2shortplanks/Test-utf8/pull/2