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-DBIx-Simple

Project: openSUSE_13.2

Repository: oss

Title: Very complete easy-to-use OO interface to DBI

Description:
DBIx::Simple provides a simplified interface to DBI, Perl's powerful
database module.

This module is aimed at rapid development and easy maintenance. Query
preparation and execution are combined in a single method, the result
object (which is a wrapper around the statement handle) provides easy
row-by-row and slurping methods.

The 'query' method returns either a result object, or a dummy object. The
dummy object returns undef (or an empty list) for all methods and when used
in boolean context, is false. The dummy object lets you postpone (or skip)
error checking, but it also makes immediate error checking simply
'$db->query(...) or die $db->error'.

Version: 1.35

Release: 8.1.3

Architecture: noarch

Size: 39.8 KB

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

Provides

Symbol Required by
perl(DBIx::Simple)
perl(DBIx::Simple::DeadObject)
perl(DBIx::Simple::Dummy)
perl(DBIx::Simple::Result)
perl(DBIx::Simple::Result::...
perl(DBIx::Simple::Statement)
perl-DBIx-Simple = 1.35-8.1.3

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(DBI) >= 1.21 perl-DBI