Package : perl-Digest-Perl-MD5 > RPM : perl-Digest-Perl-MD5-1.900.0-5.mga6.src.rpm

Basic items

Name perl-Digest-Perl-MD5
Version 1.900.0
Release 5.mga6
URL http://search.cpan.org/dist/Digest-Perl-MD5
Group Development/Perl
Summary Pure perl implementation of MD5
Size 74KB
Arch noarch
License GPL+ or Artistic

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

Media information

Distribution release Mageia 6
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2016-06-19 00:33:04
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie