summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-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) ],
);