diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-06 21:26:00 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-06 21:26:00 +0200 |
commit | c80864d8d544dd29c73c47c3911ac0e7993ed59b (patch) | |
tree | fcea6e749d3d8c1a38588f8247fb2a393f43a9a8 | |
parent | 6310edda1c366ff9510220d22d2dc8052e2c6066 (diff) |
Getopt::Long is a core module.
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ imapsync depends on the following Perl modules: - Config::Tiny - DBI - DBD::SQLite - - Getopt::Long + - Getopt::Long (core module) - MIME::Base64 (core module) if authentication is required - IO::Select (core module) - IO::Socket::INET (core module) for 'type=imap' |