From 62a3275179726a11f184ecf38f960cba5379d966 Mon Sep 17 00:00:00 2001 From: hjp Date: Tue, 14 Feb 2006 09:48:36 +0000 Subject: [PATCH] Install tsplotv and top_n --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ], );