summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourdan2006-08-28 14:25:56 +0000
committerfourdan2006-08-28 14:25:56 +0000
commitbe09dbf150b4f8f7c282747318ba0299918c0b31 (patch)
treefe85b98a4a7d49927e46d21fed0ad7035e9a4a7e
parent7e893af10817eaf59cc1c9216f983f36d9e22b8b (diff)
downloadivy-perl-be09dbf150b4f8f7c282747318ba0299918c0b31.zip
ivy-perl-be09dbf150b4f8f7c282747318ba0299918c0b31.tar.gz
ivy-perl-be09dbf150b4f8f7c282747318ba0299918c0b31.tar.bz2
ivy-perl-be09dbf150b4f8f7c282747318ba0299918c0b31.tar.xz
Scrogneugneu...
-rw-r--r--Makefile.PL2
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) ],
);