diff options
author | fourdan | 2006-08-28 14:21:44 +0000 |
---|---|---|
committer | fourdan | 2006-08-28 14:21:44 +0000 |
commit | 7e893af10817eaf59cc1c9216f983f36d9e22b8b (patch) | |
tree | 9804db697245fa2fa341f5438b5687ca273f0744 /Makefile.PL | |
parent | 963b6e28bcced2babb3fc47c761a39df91b04eec (diff) | |
download | ivy-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
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
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) ], ); |