Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Digest-Perl-MD5

Project: openSUSE_13.2

Repository: oss

Title: Perl implementation of Ron Rivests MD5 Algorithm

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

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.

Version: 1.9

Release: 2.1.3

Architecture: noarch

Size: 40.3 KB

Build Time: 2014-10-06 15:16:25 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Digest::Perl::MD5) = 1.9 perl-Spreadsheet-ParseExcel
perl-Digest-Perl-MD5 = 1.9-...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl