Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156679 - dev-perl/HTML-LinkExtractor needs dev-perl/URI
Summary: dev-perl/HTML-LinkExtractor needs dev-perl/URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-29 20:46 UTC by Felipe Ghellar
Modified: 2006-12-05 16:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felipe Ghellar 2006-11-29 20:46:06 UTC
I just installed dev-perl/HTML-LinkExtractor-0.13, and when trying to use it in a script, I got the following error:

Can't locate URI.pm in @INC (@INC contains: <...>) at /usr/lib/perl5/vendor_perl/5.8.8/HTML/LinkExtractor.pm line 6.
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.8.8/HTML/LinkExtractor.pm line 6.

Line 6 of LinkExtractor.pm reads:

use URI 1;

Installing dev-perl/URI solved the problem.
Comment 1 Yuval Yaari (RETIRED) gentoo-dev 2006-12-05 16:17:18 UTC
Added RDEPEND in CVS, thanks for reporting.