From 2a192c4108cfb3e40a33f2bf55f009463f48e030 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 24 Apr 2013 22:25:51 -0400 Subject: [PATCH] Makefile.PL: reenable Time::TAI64 --- Makefile.PL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index f7deec6..ebcf8ab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,14 +15,15 @@ WriteMakefile( 'Net::DNS' => 0.39, 'Net::IP' => 0, 'Time::HiRes' => 0, - 'IO::Socket::SSL'=>0, + 'IO::Socket::SSL' => 0, # modules for specific features 'Mail::DKIM' => 0, 'File::Tail' => 0, + 'Time::TAI64' => 0, +# modules that cause Travis build tests to fail # 'Mail::SpamAssassin' => 0, # 'Geo::IP' => 0, # 'Mail::SPF' => 0, -# 'Time::TAI64' => 0, }, ABSTRACT => 'Flexible smtpd daemon written in Perl', AUTHOR => 'Ask Bjoern Hansen ',