diff --git a/Makefile.PL b/Makefile.PL index 2037fd5..351c360 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,7 @@ WriteMakefile( NAME => 'qpsmtpd', VERSION_FROM => 'lib/Qpsmtpd.pm', PREREQ_PM => { + 'Test::Output' => 0, 'Data::Dumper' => 0, 'Date::Parse' => 0, 'File::Temp' => 0,