From c2f66dc3d03a311b63214317aaa3dfdfccfbd176 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 14 Sep 2015 13:46:02 +0200 Subject: wibble --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 486cdbc..a973e50 100644 --- a/INSTALL +++ b/INSTALL @@ -9,8 +9,8 @@ InterIMAP depends on the following Perl modules: - MIME::Base64 (core module) if authentication is required - IO::Select (core module) - IO::Socket::INET (core module) for 'type=imap' or 'type=imaps' - - Net::SSLeay - List::Util (core module) + - Net::SSLeay - POSIX (core module) - Socket (core module) - Time::HiRes (core module) if 'logfile' is set -- cgit v1.2.3 From cc842e127d380255524ee8ccf465d63596b2a870 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 14 Sep 2015 21:11:56 +0200 Subject: Replace IO::Socket::INET dependency by the lower lever Socket to enable IPv6. --- INSTALL | 1 - 1 file changed, 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index a973e50..3b07841 100644 --- a/INSTALL +++ b/INSTALL @@ -8,7 +8,6 @@ InterIMAP depends on the following Perl modules: - Getopt::Long (core module) - MIME::Base64 (core module) if authentication is required - IO::Select (core module) - - IO::Socket::INET (core module) for 'type=imap' or 'type=imaps' - List::Util (core module) - Net::SSLeay - POSIX (core module) -- cgit v1.2.3