diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-06 15:42:39 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-06-06 15:42:39 +0100 |
commit | ce780a2aa14fcd594f4f76dda0806f78a9bfbcb4 (patch) | |
tree | 225bd22c1079bfcc5fe3a65fd26420e3cf437155 | |
parent | b8fa446269ced0e69041a748051d853eaed087d5 (diff) | |
download | gpigeon-ce780a2aa14fcd594f4f76dda0806f78a9bfbcb4.tar.gz gpigeon-ce780a2aa14fcd594f4f76dda0806f78a9bfbcb4.zip |
yeah, it's better. adding to dependencies too
-rw-r--r-- | README.md | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -25,17 +25,17 @@ 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 - * Crypt::Argon2 - * GPG - * Net:SSLeay - * Net::SMTP - * Net::SMTPS - * Email::Valid - * String::Random + - HTML::Entities + - CGI + - CGI::Carp + - CGI::Cookies + - Crypt::Argon2 + - GPG + - Net:SSLeay + - Net::SMTP + - Net::SMTPS + - Email::Valid + - String::Random Having a webserver with CGI support or a separate CGI engine is needed. I'm using nginx and fcgiwrap. |