Skip Menu |

This queue is for tickets about the Role-REST-Client CPAN distribution.

Report information
The Basics
Id: 94928
Status: resolved
Priority: 0/
Queue: Role-REST-Client

People
Owner: Nobody in particular
Requestors: MERLYN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.16
Fixed in: 0.17



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.