Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Digest-Perl-MD5 | Distribution: SUSE Linux 16 |
Version: 1.900.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 160000.1.1 | Build date: Thu Feb 6 23:23:44 2025 |
Group: Unspecified | Build host: reproducible |
Size: 43622 | Source RPM: perl-Digest-Perl-MD5-1.900.0-160000.1.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://metacpan.org/release/Digest-Perl-MD5 | |
Summary: Perl Implementation of Rivest's MD5 algorithm |
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'. You can also install the Perl part of Digest::MD5 together with Digest::Perl::MD5 and use Digest::MD5 as normal, it falls back to Digest::Perl::MD5 if it cannot load its object files. For a detailed Documentation see the 'Digest::MD5' module.
Artistic-1.0 OR GPL-1.0-or-later
* Thu Feb 06 2025 tina.mueller@suse.com - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details * Sun Feb 09 2014 coolo@suse.com - updated to 1.9, no changelog * Tue Dec 06 2011 coolo@suse.com - fix license * Fri Jan 21 2011 coolo@novell.com - initial package 1.8 * created by cpanspec 1.78.03
/usr/lib/perl5/vendor_perl/5.38.2/Digest /usr/lib/perl5/vendor_perl/5.38.2/Digest/Perl /usr/lib/perl5/vendor_perl/5.38.2/Digest/Perl/MD5.pm /usr/share/doc/packages/perl-Digest-Perl-MD5 /usr/share/doc/packages/perl-Digest-Perl-MD5/CHANGES /usr/share/doc/packages/perl-Digest-Perl-MD5/rand.f /usr/share/man/man3/Digest::Perl::MD5.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 19:20:43 2025