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.