Re: checklink: problems installing checklink.pl, Time::HiRes.pm error
Ville Skyttä <ville.skytta <at> iki.fi>
2002-10-03 19:52:38 GMT
On Thu, 2002-10-03 at 04:43, Don Brutzman wrote:
>
> Followed the steps, trying to install checklink.pl properly according to
> http://www.w3.org/2000/07/checklink
> on a Windows XP box with fresh install of ActiveState and Cygnus tools.
>
> Found the following additional dependencies were needed, tho not
> listed on page. Downloaded them from CPAN search into various
> C:\perl\site\lib subdirectories
You did properly *install* them, instead of just copying the modules,
right? If you're using ActivePerl, install packages with ppm, otherwise
download the distributions and follow the instructions in their READMEs
or use "perl -MCPAN -e shell".
> Http::BrowserDetect.pm
> LWP::EventLoop.pm
> LWP::MainLoop.pm
> Time::HiRes.pm
But you're right, Time::HiRes is not listed in the requirements, need to
update that.
The CPAN distributions you'll need to have are (plus the requirements
for these):
o libwww-perl
o HTML-Parser
o CGI.pm
o URI
(Continue reading)