diff --git a/CHANGES.md b/CHANGES.md index 247fa335d2d277c49ca9831766f862073baee512..314fefb69c7ad0e219b3d02aa453809efd2a74a3 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 6f68f9a5c2a8aa18cc46dd37d87662c8ab5e26be..7a3d0725486f1b9691d522f23e965b6c5aac49b4 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: