Skip Menu |

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

Report information
The Basics
Id: 21980
Status: new
Priority: 0/
Queue: HTML-LinkExtractor

People
Owner: Nobody in particular
Requestors: melazyboy [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.13
Fixed in: (no value)



Subject: Problem with passing only second arguement to ->new
my $baseuri = 'http://wolfautogroup.com/preowned/preownedinv.asp'; my $lx = HTML::LinkExtractor->new( undef, [ $baseuri ] ); Will run, until the end, when you will receive the following error: Can't locate URI/clsid.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at (eval 19) line 3. ...propagated at Nexteppe.pl line 28.