From 96416d5dfb87ac0972ad013d3b687b32bdf853a6 Mon Sep 17 00:00:00 2001 From: philsmd Date: Wed, 10 Jun 2020 11:55:17 +0200 Subject: [PATCH] tests: update perl module requirements --- tools/install_modules.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/install_modules.sh b/tools/install_modules.sh index 804960f82..26605c7d3 100755 --- a/tools/install_modules.sh +++ b/tools/install_modules.sh @@ -23,6 +23,7 @@ cpan install Authen::Passphrase::LANManager \ Crypt::ECB \ Crypt::Eksblowfish::Bcrypt \ Crypt::GCrypt \ + Crypt::Mode::CBC \ Crypt::Mode::ECB \ Crypt::MySQL \ Crypt::OpenSSH::ChachaPoly \ @@ -50,11 +51,13 @@ cpan install Authen::Passphrase::LANManager \ Digest::SHA1 \ Digest::SHA3 \ Digest::SipHash \ + Encode \ JSON \ MIME::Base32 \ MIME::Base64 \ Net::DNS::RR::NSEC3 \ Net::DNS::SEC \ + POSIX \ Text::Iconv \ ;