summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authormertz2003-09-17 16:18:24 +0000
committermertz2003-09-17 16:18:24 +0000
commitea6ff5095dd6bd743b39abd26f2ecb8dd4dd5382 (patch)
tree685b99775b1aa4a9e5cf6c68c3b1e247cf9e68f5 /Makefile.PL
parent0730268d1ec53cccaf79ae58426ff097f48f553c (diff)
downloadivy-perl-ea6ff5095dd6bd743b39abd26f2ecb8dd4dd5382.zip
ivy-perl-ea6ff5095dd6bd743b39abd26f2ecb8dd4dd5382.tar.gz
ivy-perl-ea6ff5095dd6bd743b39abd26f2ecb8dd4dd5382.tar.bz2
ivy-perl-ea6ff5095dd6bd743b39abd26f2ecb8dd4dd5382.tar.xz
the old, specific CENA perl module gettimeofday-perl has been replaced by
the CPAN world-wide used Time::HiRes module
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
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'},