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.
Added RDEPEND in CVS, thanks for reporting.