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: openSUSE Tumbleweed |
Version: 1.9 | Vendor: openSUSE |
Release: 3.31 | Build date: Sun Feb 9 14:33:36 2014 |
Group: Development/Libraries/Perl | Build host: reproducible |
Size: 43625 | Source RPM: perl-Digest-Perl-MD5-1.9-3.31.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://search.cpan.org/dist/Digest-Perl-MD5/ | |
Summary: Perl implementation of Ron Rivests 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.
GPL-1.0+ or Artistic-1.0
* 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.40.0/Digest /usr/lib/perl5/vendor_perl/5.40.0/Digest/Perl /usr/lib/perl5/vendor_perl/5.40.0/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, Thu Jan 9 23:48:41 2025