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