From 98b147fed24c9e580edb7a259581327646091bf3 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Fri, 26 Apr 2013 01:01:17 -0400 Subject: [PATCH] Makefile.PL, added comments, stating where the disabled plugins are used --- Makefile.PL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index fc88314..3821b0d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,11 +18,11 @@ WriteMakefile( 'IO::Socket::SSL' => 0, # modules for specific features 'Mail::DKIM' => 0, - 'File::Tail' => 0, - 'Time::TAI64' => 0, + 'File::Tail' => 0, # log/summarize, log/watch + 'Time::TAI64' => 0, # log2sql # 'DBI' => 0, # auth_vpopmail_sql and # 'DBD::mysql' => 0, # log2sql -# 'DBIx::Simple' => 0, +# 'DBIx::Simple' => 0, # log2sql # modules that cause Travis build tests to fail # 'Mail::SpamAssassin' => 0, # 'Geo::IP' => 0,