diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-07-20 20:47:15 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-07-20 20:47:15 +0100 |
commit | 10d9d707ca4210c9a6ca4532cceeb172c9ec5fa4 (patch) | |
tree | 1ea43b483778ba5139c1214563c516cbb3f9f759 | |
parent | a3d9855538e97901b8d70140e985d1ac530fbf29 (diff) | |
download | gpigeon-10d9d707ca4210c9a6ca4532cceeb172c9ec5fa4.tar.gz gpigeon-10d9d707ca4210c9a6ca4532cceeb172c9ec5fa4.zip |
Update README about dependencies
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -26,17 +26,21 @@ Dependencies You will need perl and the following modules and my perl version is **v5.34.0**, YMMV: -- HTML::Entities - CGI - CGI::Carp -- CGI::Cookies +- CGI::Cookie - Crypt::Argon2 +- DBI +- DBD::SQLite +- Email::Valid +- Mail::GPG +- MIME::Entity +- File::Path and File::stat (available by default in recent perl installs) - Net:SSLeay - Net::SMTP - Net::SMTPS -- Email::Valid -- Mail::GPG - String::Random +- Term::ReadKey Having a webserver with CGI support or a separate CGI engine is needed. I'm using nginx and fcgiwrap. |