Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update PREREQ_PM
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@470 958fd67b-6ff1-0310-b445-bb7760255be9
  • Loading branch information
Matt Sergeant committed Jul 6, 2005
1 parent 1988c49 commit 6e01a45
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Makefile.PL
Expand Up @@ -6,7 +6,14 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'qpsmtpd',
VERSION_FROM => 'lib/Qpsmtpd.pm',
PREREQ_PM => { },
PREREQ_PM => {
'Mail::Header' => 0,
'MIME::Base64' => 0,
'Net::DNS' => 0.39,
'Data::Dumper' => 0,
'File::Temp' => 0,
'Time::HiRes' => 0,
},
ABSTRACT_FROM => 'README',
AUTHOR => 'Ask Bjorn Hansen <ask@develooper.com>',
EXE_FILES => [qw(qpsmtpd qpsmtpd-forkserver)],
Expand Down

0 comments on commit 6e01a45

Please sign in to comment.