diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
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 |