Skip Menu |

This queue is for tickets about the libwww-perl CPAN distribution.

Report information
The Basics
Id: 36761
Status: rejected
Priority: 0/
Queue: libwww-perl

People
Owner: Nobody in particular
Requestors: mark [...] aufflick.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 5.810
Fixed in: (no value)



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.
AFAICT the method always returns a string. There is nothing in that method that instantiates any URI objects.