From 212a7f3c6eac072001a867a9be395294ce7901ee Mon Sep 17 00:00:00 2001 From: philsmd Date: Sat, 19 Aug 2023 12:13:11 +0200 Subject: [PATCH] unit tests update perl module dependencies --- tools/install_modules.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install_modules.sh b/tools/install_modules.sh index 943a22081..5167a9f31 100755 --- a/tools/install_modules.sh +++ b/tools/install_modules.sh @@ -22,6 +22,7 @@ cpan install Authen::Passphrase::LANManager \ Crypt::CBC \ Crypt::DES \ Crypt::DES_EDE3 \ + Crypt::Digest::BLAKE2s_256 \ Crypt::Digest::RIPEMD160 \ Crypt::Digest::Whirlpool \ Crypt::ECB \