summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 2e4f395..174dc04 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -22,4 +22,9 @@ WriteMakefile(
VERSION_FROM => 'lib/MDV/Distribconf.pm',
dist => { DIST_DEFAULT => 'change_dist' },
EXE_FILES => [ qw(bin/checkdistrib) ],
+ PREREQ_PM => {
+ 'Config::IniFiles' => undef,
+ 'MDV::Packdrakeng' => undef,
+ 'Digest::MD5' => undef,
+ },
);