You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-Crypt-PasswdMD5/SOURCES/Crypt-PasswdMD5-1.42-d:md5-...

12 lines
206 B

--- lib/Crypt/PasswdMD5.pm
+++ lib/Crypt/PasswdMD5.pm
@@ -3,7 +3,7 @@ package Crypt::PasswdMD5;
use strict;
use warnings;
-use Digest::MD5;
+use Digest::MD5 2.53;
use Encode;
use Exporter 'import';