diff --git a/Makefile.PL b/Makefile.PL index e185668..f5ceb73 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,5 +9,5 @@ WriteMakefile( 'Time::Local' => 0, 'Data::Dumper' => 0, }, - 'EXE_FILES' => [ 'tsplot' ], + 'EXE_FILES' => [ 'tsplot', 'tsplotv', 'top_n' ], );