Skip Menu |

This queue is for tickets about the HTML-TagParser CPAN distribution.

Report information
The Basics
Id: 86698
Status: new
Priority: 0/
Queue: HTML-TagParser

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.20
Fixed in: (no value)



Subject: More diagnostics on URI::Fetch failure
If URI::Fetch->fetch fails, then currently there's no additional diagnostics: Carp::croak "URI::Fetch failed: $url" unless ref $res; It would be nice if the error message of URI::Fetch was displayed to the user, e.g. using (untested): Carp::croak "URI::Fetch failed for $url: " . URI::Fetch->errstr unless ref $res; Regards, Slaven