diff options
author | fourdan | 2006-08-28 14:25:56 +0000 |
---|---|---|
committer | fourdan | 2006-08-28 14:25:56 +0000 |
commit | be09dbf150b4f8f7c282747318ba0299918c0b31 (patch) | |
tree | fe85b98a4a7d49927e46d21fed0ad7035e9a4a7e /Makefile.PL | |
parent | 7e893af10817eaf59cc1c9216f983f36d9e22b8b (diff) | |
download | ivy-perl-be09dbf150b4f8f7c282747318ba0299918c0b31.zip ivy-perl-be09dbf150b4f8f7c282747318ba0299918c0b31.tar.gz ivy-perl-be09dbf150b4f8f7c282747318ba0299918c0b31.tar.bz2 ivy-perl-be09dbf150b4f8f7c282747318ba0299918c0b31.tar.xz |
Scrogneugneu...
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 35e7f0a..0c989a8 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/ivystat.pl.pl example/ivymainloop.pl example/testCongestionTk.pl) ], + 'EXE_FILES' => [ qw(example/ivyprobe.pl example/ivystat.pl example/ivymainloop.pl example/testCongestionTk.pl) ], ); |