From c3b823249ff9e4131cd0ea45b7c8c5e3394c59ca Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Mon, 3 Sep 2018 15:59:27 +0200 Subject: [PATCH] update dependencies list --- CHANGES.md | 4 +++- README.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 247fa33..314fefb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,9 +12,11 @@ * misc code cleanup * update Perl distribution dependencies: - add CGI-Simple - - add Locale-Maketext-Lexicon + - add Data-Dump - add Email-MIME - add Email-Sender + - add Locale-Maketext-Lexicon + - add UNIVERSAL-require - drop CGI - drop HTTP-AcceptLanguage diff --git a/README.md b/README.md index 6f68f9a..7a3d072 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ This is a web application developed in Perl, allowing SP admins to create test a It requires the following CPAN distributions: * CGI-Simple * Config-Tiny +* Data-Dump * DateTime * List-MoreUtils * Locale-Maketext-Lexicon @@ -25,6 +26,7 @@ It requires the following CPAN distributions: * Rose-DB-Object * Template-Toolkit * Text-CSV +* UNIVERSAL-require * XML-LibXML Installation follows the usual autotools-based procedure: -- GitLab