diff --git a/tools/test_modules/m03201.pm b/tools/test_modules/m03201.pm index 3020409da..b5c47dd5f 100644 --- a/tools/test_modules/m03201.pm +++ b/tools/test_modules/m03201.pm @@ -10,6 +10,7 @@ use warnings; use Crypt::Eksblowfish::Bcrypt qw (bcrypt en_base64); use MIME::Base64 qw (decode_base64); +use Digest::MD5 qw (md5_hex); sub module_constraints { [[0, 72], [16, 16], [-1, -1], [-1, -1], [-1, -1]] }