|
|
[Perlfect-search] Problems with PerlFect Search 3.30
Daniel Naber daniel.naber@t-online.de
Sun, 28 Apr 2002 14:50:34 +0200
On Sunday 28 April 2002 12:59, Linda Antonsson wrote:
> Can't locate Time/HiRes.pm in @INC (@INC contains:
You'll have to comment out the next two lines in search.pl:
use Time::HiRes qw ();
my $start_time = [Time::HiRes::gettimeofday];
i.e. add a "#" in front of the line. If you need this feature, you'll have
to install the Time::HiRes module (see
http://search.cpan.org/search?dist=Time-HiRes)
Regards
Daniel
--
http://www.danielnaber.de
|
|