Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Digest-Perl-MD5-1.9-3.29 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: perl-Digest-Perl-MD5 Distribution: openSUSE Tumbleweed
Version: 1.9 Vendor: openSUSE
Release: 3.29 Build date: Fri Feb 2 17:19:14 2024
Group: Development/Libraries/Perl Build host: h02-ch2d
Size: 43622 Source RPM: perl-Digest-Perl-MD5-1.9-3.29.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.

Provides

Requires

License

GPL-1.0+ or Artistic-1.0

Changelog

* 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

Files

/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, Sat Mar 30 23:40:51 2024