Add 'Test::Output' to Makefile.PL.

This commit is contained in:
Jonathan Hall 2014-09-10 10:07:36 -05:00
parent 11f47cb2ab
commit 4518ea3057

View File

@ -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,