diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-01-20 19:55:58 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-01-20 21:33:49 +0100 |
commit | 452ae91f06bec4c21e7ba7b7bc4309b089f7afe3 (patch) | |
tree | 44075bd33bb80daee7ce71e15dc10cafec9dc626 /INSTALL | |
parent | dd7edb8eac0c11fb8168f5028c8b6d8706cc8fdb (diff) |
Specify minimum Perl and Net::SSLeay versions.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -InterIMAP depends on the following Perl modules: +InterIMAP depends on Perl >=5.20 and the following Perl modules: - Compress::Raw::Zlib (core module) - Config::Tiny @@ -8,7 +8,7 @@ InterIMAP depends on the following Perl modules: - Getopt::Long (core module) - MIME::Base64 (core module) if authentication is required - List::Util (core module) - - Net::SSLeay + - Net::SSLeay >=1.73 - POSIX (core module) - Socket (core module) - Time::HiRes (core module) if 'logfile' is set |