From b1afbabf4cdec4631a16f303dde60026522b4330 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Tue, 30 Apr 2013 00:28:08 -0400 Subject: [PATCH] Makefile.PL: added commented Math::Complex --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 3821b0d..2037fd5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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',