From ea6ff5095dd6bd743b39abd26f2ecb8dd4dd5382 Mon Sep 17 00:00:00 2001 From: mertz Date: Wed, 17 Sep 2003 16:18:24 +0000 Subject: the old, specific CENA perl module gettimeofday-perl has been replaced by the CPAN world-wide used Time::HiRes module --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 4a511e9..8535c74 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ WriteMakefile( 'NAME' => 'Ivy', 'VERSION_FROM' => 'Ivy.pm', # finds $VERSION 'PREREQ_PM' => { - 'Time::Gettimeofday' => 0.02, + 'Time::HiRes' => 1.17, 'IO::Socket::Multicast' => 0.25, }, 'PM' => {'Ivy.pm' => '$(INST_LIBDIR)/Ivy.pm'}, -- cgit v1.1