diff --git a/Changes b/Changes index c4102b7..f1fa375 100644 --- a/Changes +++ b/Changes @@ -10,6 +10,8 @@ require_resolvable_fromhost: Moved DENYSOFT for temp_resolver_failed to the RCPT TO hook. (Larry Nedry) + Note Net::IP dependency (Larry Nedry) + Various minor spelling cleanups and such (Steve Kemp, Devin Carraway) rpm: create .rpm files from the packaging/rpm directory (Peter J. Holzer, diff --git a/Makefile.PL b/Makefile.PL index 321e72b..4bca60b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,7 @@ WriteMakefile( 'Data::Dumper' => 0, 'File::Temp' => 0, 'Time::HiRes' => 0, + 'Net::IP' => 0, }, ABSTRACT => 'Flexible smtpd daemon written in Perl', AUTHOR => 'Ask Bjoern Hansen ',