summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index c1a0bc0..18a840f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,9 +5,9 @@ WriteMakefile(
'NAME' => 'Ivy',
'VERSION_FROM' => 'Ivy.pm', # finds $VERSION
'PREREQ_PM' => {
- 'Time::Gettimeofday' => 0.01,
+ 'Time::Gettimeofday' => 0.02,
},
'PM' => {'Ivy.pm' => '$(INST_LIBDIR)/Ivy.pm'},
- 'EXE_FILES' => [ qw(example/ivyprobe.pl) ],
+ 'EXE_FILES' => [ qw(example/ivyprobe.pl example/ivymainloop.pl) ],
);