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-Tie-Hash-DBD

Project: openSUSE_13.2

Repository: oss

Title: Tie plain hashes to DBI interface

Description:
This module has been created to act as a drop-in replacement for modules
that tie straight perl hashes to disk, like 'DB_File'. When the running
system does not have enough memory to hold large hashes, and disk-tieing
won't work because there is not enough space, it works quite well to tie
the hash to a database, which preferable runs on a different server.

This module ties a hash to a database table using *only* a 'key' and a
'value' field. If no tables specification is passed, this will create a
temporary table with 'h_key' for the key field and a 'h_value' for the
value field.

I think it would make sense to merge the functionality that this module
provides into 'Tie::DBI'.

Version: 0.10

Release: 9.1.3

Architecture: noarch

Size: 21.3 KB

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

Provides

Symbol Required by
perl(Tie::Array::DBD) = 0.10
perl(Tie::Hash::DBD) = 0.10
perl-Tie-Hash-DBD = 0.10-9.1.3

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(Carp) perl-base
perl(DBI) >= 1.613 perl-DBI
perl(Storable) perl-32bit perl