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: 44224
Status: new
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: Add an allow_schemeless option to new()
Having URI::Find::Schemeless separate from URI::Find is kind of silly. It would make the _is_uri() logic simpler if it could check for schemeless URIs itself. It would also eliminate our need for URI::URL::strict(). Bring it into the fold by moving the schemeless URI into Find.pm and adding an allow_schemeless option to new() defaulting to no. Rewrite and deprecate URI::Find::Schemeless to simply override new().