summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.PL b/Makefile.PL
index ea55cd8..3633f63 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,16 +5,16 @@ use ExtUtils::MakeMaker;
WriteMakefile(
AUTHOR => '"Jannis M. Hoffmann" <jannis@fehcom.de>',
- MIN_PERL_VERSION => 'v5.18',
+ MIN_PERL_VERSION => 'v5.22',
NAME => 'JWebmail',
VERSION_FROM => 'lib/JWebmail.pm',
LICENSE => 'GPL',
PREREQ_PM => {
- 'Mojolicious' => '8.57',
- 'File::Type' => 0,
+ 'Mojolicious' => '8.64',
+ 'Config::Tiny' => 'v2.24',
+ 'Crypt::URandom' => 0,
'Email::MIME' => 0,
- 'Config::Tiny' => 0,
- 'Mail::Box::Manager' => 0,
+ 'Mail::Box::Manager' => 'v3.9',
},
test => {TESTS => 't/*.t'}
-); \ No newline at end of file
+);