From 10d9d707ca4210c9a6ca4532cceeb172c9ec5fa4 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Tue, 20 Jul 2021 20:47:15 +0100 Subject: Update README about dependencies --- README.md | 12 ++++++++---- 1 file 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. -- cgit v1.2.3-54-g00ecf