From 77e8042783a8d3dbd0ff69da3acd0b6ba92ac9f2 Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Tue, 17 Dec 2019 11:42:27 +0100 Subject: [PATCH] Install tsplotvsql --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ], );