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.
|
--- 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';
|