diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-06 15:43:20 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-06-06 15:43:20 +0100 |
commit | 0c2ce8af83cbd7e3e56851d06a83a54ebd3dea0d (patch) | |
tree | 90be3ada92c0d57d8b1420ccff7da347b9ad89ba | |
parent | ce780a2aa14fcd594f4f76dda0806f78a9bfbcb4 (diff) | |
download | gpigeon-0c2ce8af83cbd7e3e56851d06a83a54ebd3dea0d.tar.gz gpigeon-0c2ce8af83cbd7e3e56851d06a83a54ebd3dea0d.zip |
ups forgot to delete space for markdown formatting
-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. |