From 0dc6d388288b58c28310765422981d8fc94cc553 Mon Sep 17 00:00:00 2001 From: mertz Date: Thu, 4 Jan 2001 13:12:24 +0000 Subject: Makefile.PL (and debian/rules are enhanced to take into account the ivyprobe.pl script and to install it in /usr/bin/ --- Makefile.PL | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index b3f287f..c1a0bc0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,4 +4,10 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Ivy', 'VERSION_FROM' => 'Ivy.pm', # finds $VERSION + 'PREREQ_PM' => { + 'Time::Gettimeofday' => 0.01, + }, + 'PM' => {'Ivy.pm' => '$(INST_LIBDIR)/Ivy.pm'}, + + 'EXE_FILES' => [ qw(example/ivyprobe.pl) ], ); -- cgit v1.1