aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-05-29 19:23:09 +0200
committerAngelo Naselli <anaselli@linux.it>2014-05-29 19:23:09 +0200
commit38212d4ef22cc0ed017c4c259e6434dab36cb852 (patch)
treeab0a277a91e8e59ceea5787354fc0d49c945fd49 /Makefile.PL
parent1a663c782f6dbd7027954a2fd2c39e8bcf0e182f (diff)
downloadmanatools-38212d4ef22cc0ed017c4c259e6434dab36cb852.tar
manatools-38212d4ef22cc0ed017c4c259e6434dab36cb852.tar.gz
manatools-38212d4ef22cc0ed017c4c259e6434dab36cb852.tar.bz2
manatools-38212d4ef22cc0ed017c4c259e6434dab36cb852.tar.xz
manatools-38212d4ef22cc0ed017c4c259e6434dab36cb852.zip
now AdminPanel::Shared::Users is under Moose
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL19
1 files changed, 11 insertions, 8 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 20c6efc0..5671918b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -22,20 +22,23 @@ WriteMakefile(
'Test::More' => 0,
},
PREREQ_PM => {
- #'ABC' => 1.6,
- #'Foo::Bar::Module' => 5.0401,
"Moose" => 0,
"Config::Auto" => 0,
"Config::Hosts" => 0,
# AdminPanel::Shared::Locales
"Locale::gettext" => 0,
"Text::Iconv" => 0,
- "Date::Simple" => 0,
- "File::HomeDir" => 0,
- "File::ShareDir" => 0,
- "Data::Password::Meter" => 0,
- "Modern::Perl" => 1.03,
- "autodie" => 2.20,
+ "Date::Simple" => 0,
+ "File::HomeDir" => 0,
+ "File::ShareDir" => 0,
+ "File::Copy" => 0,
+ "File::Remove" => 0,
+ "File::Basename" => 0,
+ "Data::Password::Meter" => 0,
+ "Digest::MD5" => 0,
+ "IO::All" => 0,
+ "Modern::Perl" => 1.03,
+ "autodie" => 2.20,
},
EXE_FILES => [ qw( scripts/adminMouse
scripts/adminService