Tue Apr 22 12:36:52 2014MERLYN [...] cpan.org - Ticket created
Subject:
needlessly redefines uri_escape
Both of these lines define uri_escape:
use URI::Escape;
use URI::Escape::XS 'uri_escape';
Solution: fix the first import so as not to import uri_escape.
On Tue Apr 22 12:36:52 2014, MERLYN wrote:
Show quoted text
> Both of these lines define uri_escape:
>
> use URI::Escape;
> use URI::Escape::XS 'uri_escape';
>
> Solution: fix the first import so as not to import uri_escape.
Was actually fixed on Github. Now it's also released.
Wed Apr 23 01:21:28 2014The RT System itself - Status changed from 'new' to 'open'
Wed Apr 23 01:21:29 2014KAARE [...] cpan.org - Status changed from 'open' to 'resolved'