Adding Perl dependencies

This commit is contained in:
Axel 2021-01-09 18:52:49 +01:00
parent 4c1b3c91e8
commit b2e67c1804

View file

@ -29,7 +29,7 @@ I rewrote a couple of things today to make sure the script still works.
## Requirements ## Requirements
* Perl : with DBI, Dotenv, Net::Ping, MIME::Lite, LWP::Agent, LWP::UserAgent * Perl : with DBI, Dotenv, Net::Ping, Email::MIME, Email::Sender::Simple, Email::Sender::Transport::SMTP, LWP::Simple, LWP::UserAgent, LWP::Protocol::https
* a MTA: Postfix, ... * a MTA: Postfix, ...
* PHP 7+ (optional): with PDO * PHP 7+ (optional): with PDO
* a webserver (optional): Apache, Nginx, ... * a webserver (optional): Apache, Nginx, ...