Skip Menu |

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

Report information
The Basics
Id: 62877
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: HTML-Miner

People
Owner: TMHARISH [...] cpan.org
Requestors: Manuel.Schmitt [...] schmittma.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.01
Fixed in: 0.03



_convert_to_valid_url croaks when an IP Address is entered: #!/usr/bin/perl use HTML::Miner; my $html = 'Super html <a href="http://www.cpan.org">cpan</a>'; my $url = "http://87.230.9.12"; my $links = HTML::Miner::get_links( $url, $html ); gives: URL - http://87.230.9.12/ - Malformed! Sorry I tried to fix it but could not!
fixed. Tests added and confirmed.