summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourdan2006-08-28 14:21:44 +0000
committerfourdan2006-08-28 14:21:44 +0000
commit7e893af10817eaf59cc1c9216f983f36d9e22b8b (patch)
tree9804db697245fa2fa341f5438b5687ca273f0744
parent963b6e28bcced2babb3fc47c761a39df91b04eec (diff)
downloadivy-perl-7e893af10817eaf59cc1c9216f983f36d9e22b8b.zip
ivy-perl-7e893af10817eaf59cc1c9216f983f36d9e22b8b.tar.gz
ivy-perl-7e893af10817eaf59cc1c9216f983f36d9e22b8b.tar.bz2
ivy-perl-7e893af10817eaf59cc1c9216f983f36d9e22b8b.tar.xz
Update Makefile.PL to include latest additions from Alex
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 8535c74..35e7f0a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,5 +11,5 @@ WriteMakefile(
'PM' => {'Ivy.pm' => '$(INST_LIBDIR)/Ivy.pm'},
'INSTALLDIRS' => 'vendor',
- 'EXE_FILES' => [ qw(example/ivyprobe.pl example/ivymainloop.pl) ],
+ 'EXE_FILES' => [ qw(example/ivyprobe.pl example/ivystat.pl.pl example/ivymainloop.pl example/testCongestionTk.pl) ],
);