Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the URI-Find CPAN distribution.

Report information
The Basics
Id: 44223
Status: resolved
Priority: 0/
Queue: URI-Find

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

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



Subject: Change from URI::URL to URI
URI::URL has been replaced by URI and now only exists for backwards compat. URI::Find should use URI. The biggest change for URI::Find is that URI has no option to reject a schemeless URI. We relied on URI::URL::strict() which no longer exists.