aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-09-14 21:11:56 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-09-15 01:35:12 +0200
commitcc842e127d380255524ee8ccf465d63596b2a870 (patch)
tree14d0ef044e2f8a25d2fb495151c6038b11caefef /INSTALL
parent52121383f898700c9dbfccc6121d40185e207330 (diff)
Replace IO::Socket::INET dependency by the lower lever Socket to enable IPv6.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL1
1 files changed, 0 insertions, 1 deletions
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)