From e86f51be2feb6da8a8343331c20072579604b242 Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Fri, 2 Sep 2016 15:02:25 +0200 Subject: [PATCH] Install tsplotsql --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index d3ac9e0..6bbf730 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,5 +9,5 @@ WriteMakefile( 'Time::Local' => 0, 'Data::Dumper' => 0, }, - 'EXE_FILES' => [ 'tsplot', 'tsplotv', 'top_n', 'tsfilter' ], + 'EXE_FILES' => [ 'tsplot', 'tsplotv', 'tsplotsql', 'top_n', 'tsfilter' ], );