From b3c010cb40883145896f28af2f57c9804d33f0f1 Mon Sep 17 00:00:00 2001 From: philsmd <921533+philsmd@users.noreply.github.com> Date: Thu, 6 Jan 2022 11:15:20 +0100 Subject: [PATCH 1/2] remove module MIME::Base32 not used in unit tests --- tools/install_modules.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/install_modules.sh b/tools/install_modules.sh index abec140cc..e834f15b2 100755 --- a/tools/install_modules.sh +++ b/tools/install_modules.sh @@ -55,7 +55,6 @@ cpan install Authen::Passphrase::LANManager \ Digest::SipHash \ Encode \ JSON \ - MIME::Base32 \ MIME::Base64 \ Net::DNS::RR::NSEC3 \ Net::DNS::SEC \ From c6318c44207ce972ba8e2f10919a09255c3454b9 Mon Sep 17 00:00:00 2001 From: philsmd <921533+philsmd@users.noreply.github.com> Date: Thu, 6 Jan 2022 11:20:07 +0100 Subject: [PATCH 2/2] add Math::BigInt to install_modules.sh for tests --- tools/install_modules.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install_modules.sh b/tools/install_modules.sh index e834f15b2..c94a2bb6f 100755 --- a/tools/install_modules.sh +++ b/tools/install_modules.sh @@ -55,6 +55,7 @@ cpan install Authen::Passphrase::LANManager \ Digest::SipHash \ Encode \ JSON \ + Math::BigInt \ MIME::Base64 \ Net::DNS::RR::NSEC3 \ Net::DNS::SEC \