Subject: | HTTP::Daemon url() method can return either a string or a URI object |
HTTP::Daemon ->url() method documentation states that it returns a string. In fact, if the port
is explicit in the url, a URI object is returned instead.
Either is fine, but returning different value types in different cases is annoying.