From 3c5b28e007e638fafd12ce8658c4637a96a56920 Mon Sep 17 00:00:00 2001 From: philsmd <921533+philsmd@users.noreply.github.com> Date: Tue, 18 Jan 2022 16:20:45 +0100 Subject: [PATCH] remove unnecessary perl modules from Exodus tests --- tools/test_modules/m28200.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/test_modules/m28200.pm b/tools/test_modules/m28200.pm index 5732cdbd9..85bde1ec1 100644 --- a/tools/test_modules/m28200.pm +++ b/tools/test_modules/m28200.pm @@ -8,11 +8,9 @@ use strict; use warnings; -use Crypt::ScryptKDF qw (scrypt_hash scrypt_raw); -use Crypt::CBC; -use MIME::Base64 qw (decode_base64 encode_base64); -use Digest::SHA qw (sha512); use Crypt::AuthEnc::GCM; +use Crypt::ScryptKDF qw (scrypt_raw); +use MIME::Base64 qw (decode_base64 encode_base64); sub module_constraints { [[0, 256], [64, 64], [-1, -1], [-1, -1], [-1, -1]] }