aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-03-08 18:07:49 +0100
committerAngelo Naselli <anaselli@linux.it>2014-03-08 18:07:49 +0100
commitb7a2fb5401c2fb44574b78598e7eefbfe6645119 (patch)
tree2cc03d911d9b02a6d7939216016ada8ebaaede98 /Makefile.PL
parent036d607b90e6727ffc08026a120e2693ba7ef87f (diff)
downloadmanatools-b7a2fb5401c2fb44574b78598e7eefbfe6645119.tar
manatools-b7a2fb5401c2fb44574b78598e7eefbfe6645119.tar.gz
manatools-b7a2fb5401c2fb44574b78598e7eefbfe6645119.tar.bz2
manatools-b7a2fb5401c2fb44574b78598e7eefbfe6645119.tar.xz
manatools-b7a2fb5401c2fb44574b78598e7eefbfe6645119.zip
Added new logviewer based on systemd journal
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 4 insertions, 1 deletions
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 <anaselli@linux.it> - Matteo Pasotti <matteo.pasotti@gmail.com>},
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', },