From 2a11be4f8b05a6072222d255b975d8f946f31be7 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Thu, 25 Apr 2013 21:39:31 -0400 Subject: [PATCH] Makefile.PL: added more disabled dependencies DBI: commented out, but included for documentation's sake --- Makefile.PL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 1eeaa55..fc88314 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,6 +20,9 @@ WriteMakefile( 'Mail::DKIM' => 0, 'File::Tail' => 0, 'Time::TAI64' => 0, +# 'DBI' => 0, # auth_vpopmail_sql and +# 'DBD::mysql' => 0, # log2sql +# 'DBIx::Simple' => 0, # modules that cause Travis build tests to fail # 'Mail::SpamAssassin' => 0, # 'Geo::IP' => 0,