Makefile.PL: added commented Math::Complex

This commit is contained in:
Matt Simerson 2013-04-30 00:28:08 -04:00
parent 4aa888dc6c
commit b1afbabf4c

View File

@ -26,6 +26,7 @@ WriteMakefile(
# modules that cause Travis build tests to fail
# 'Mail::SpamAssassin' => 0,
# 'Geo::IP' => 0,
# 'Math::Complex' => 0, # geodesic distance in Geo::IP
# 'Mail::SPF' => 0,
},
ABSTRACT => 'Flexible smtpd daemon written in Perl',