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().