aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
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', },