Makefile.PL: reenable Time::TAI64

This commit is contained in:
Matt Simerson 2013-04-24 22:25:51 -04:00
parent 52002eecf6
commit 09b7d977db

View File

@ -19,10 +19,11 @@ WriteMakefile(
# 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 <ask@develooper.com>',