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 Enterprise 15 |
Version: 1.9 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 1.20 | Build date: Fri May 25 20:16:29 2018 |
Group: Development/Libraries/Perl | Build host: sheep17 |
Size: 43901 | Source RPM: perl-Digest-Perl-MD5-1.9-1.20.src.rpm |
Packager: https://www.suse.com/ | |
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.26.1/Digest /usr/lib/perl5/vendor_perl/5.26.1/Digest/Perl /usr/lib/perl5/vendor_perl/5.26.1/Digest/Perl/MD5.pm /usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi /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, Tue Jul 9 18:05:00 2024