aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-07-20 20:47:15 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-07-20 20:47:15 +0100
commit10d9d707ca4210c9a6ca4532cceeb172c9ec5fa4 (patch)
tree1ea43b483778ba5139c1214563c516cbb3f9f759
parenta3d9855538e97901b8d70140e985d1ac530fbf29 (diff)
downloadgpigeon-10d9d707ca4210c9a6ca4532cceeb172c9ec5fa4.tar.gz
gpigeon-10d9d707ca4210c9a6ca4532cceeb172c9ec5fa4.zip
Update README about dependencies
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index bdd47ad..c8774c5 100644
--- a/README.md
+++ b/README.md
@@ -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.