7833504c0b
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl-Crypt-PasswdMD5.git#619a7bd2a0431d10c0421bcdf35413fa6a5cc32d
12 lines
195 B
Diff
12 lines
195 B
Diff
--- 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 Exporter 'import';
|
|
|