aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorMatteo Pasotti <matteo.pasotti@gmail.com>2014-05-13 19:42:08 +0200
committerMatteo Pasotti <matteo.pasotti@gmail.com>2014-05-13 19:42:08 +0200
commitf7005782b2acd3d540ecc88c4cdf7b88cac0159d (patch)
tree18f1cbbe6701e090c23fdf3e54efb98845564f7f /Makefile.PL
parent75157abe0a8adb407d79d1c7945c58850ae065ef (diff)
downloadmanatools-f7005782b2acd3d540ecc88c4cdf7b88cac0159d.tar
manatools-f7005782b2acd3d540ecc88c4cdf7b88cac0159d.tar.gz
manatools-f7005782b2acd3d540ecc88c4cdf7b88cac0159d.tar.bz2
manatools-f7005782b2acd3d540ecc88c4cdf7b88cac0159d.tar.xz
manatools-f7005782b2acd3d540ecc88c4cdf7b88cac0159d.zip
added missing requirements (Modern::Perl and autodie)
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index ffbfea8c..20c6efc0 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -34,6 +34,8 @@ WriteMakefile(
"File::HomeDir" => 0,
"File::ShareDir" => 0,
"Data::Password::Meter" => 0,
+ "Modern::Perl" => 1.03,
+ "autodie" => 2.20,
},
EXE_FILES => [ qw( scripts/adminMouse
scripts/adminService