From b7a2fb5401c2fb44574b78598e7eefbfe6645119 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Sat, 8 Mar 2014 18:07:49 +0100 Subject: Added new logviewer based on systemd journal --- Makefile.PL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index ea7cd17a..9651a227 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,7 @@ WriteMakefile( NAME => 'AdminPanel', AUTHOR => q{Angelo Naselli - Matteo Pasotti }, VERSION_FROM => 'lib/AdminPanel/MainDisplay.pm', - ABSTRACT => 'AdminPanel contains a generic launcher application that can run perl modules or external programs using Suse YUI abstarction.', + ABSTRACT => 'AdminPanel is a generic launcher application that can run perl modules or external programs using Suse YUI abstarction.', LICENSE => 'GPL_2', PL_FILES => {}, MIN_PERL_VERSION => 5.006, @@ -25,12 +25,15 @@ WriteMakefile( # AdminPanel::Shared::Locales "Locale::gettext" => 0, "Text::Iconv" => 0, + "Date::Simple" => 0, + "File::HomeDir" => 0, }, EXE_FILES => [ qw( scripts/adminMouse scripts/adminService scripts/adminUser scripts/apanel.pl scripts/hostmanager + scripts/logviewer scripts/mgaAddUser ) ], dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, -- cgit v1.2.1