Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release-src > by-pkgid > a7baac097b7e641cd20be66a48fb3ab5

perl-Digest-Perl-MD5-1.800.0-2.mga1.src.rpm

Description:

This modules has the same interface as the much faster 'Digest::MD5'. So
you can easily exchange them, e.g.

BEGIN {
eval {
require Digest::MD5;
import Digest::MD5 'md5_hex'
};
if ($@) { # ups, no Digest::MD5
require Digest::Perl::MD5;
import Digest::Perl::MD5 'md5_hex'
}
}

If the 'Digest::MD5' module is available it is used and if not you take
'Digest::Perl::MD5'.

Generated packages:

Other version of this rpm: