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-Devel-PartialDump

Project: openSUSE_13.2

Repository: oss

Title: Partial dumping of data structures, optimized for argument printing.

Description:
This module is a data dumper optimized for logging of arbitrary parameters.

It attempts to truncate overly verbose data, in a way that is hopefully
more useful for diagnostics warnings than

warn Dumper(@stuff);

Unlike other data dumping modules there are no attempts at correctness or
cross referencing, this is only meant to provide a slightly deeper look
into the data in question.

There is a default recursion limit, and a default truncation of long lists,
and the dump is formatted on one line (new lines in strings are escaped),
to aid in readability.

You can enable it temporarily by importing functions like 'warn', 'croak'
etc to get more informative errors during development, or even use it as:

BEGIN { local $@; eval "use Devel::PartialDump qw(...)" }

to get DWIM formatting only if it's installed, without introducing a
dependency.

Version: 0.17

Release: 2.1.3

Architecture: noarch

Size: 23.6 KB

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

Provides

Symbol Required by
perl(DB) = 0.17
perl(Devel::PartialDump) = ... perl-MooseX-Types-Structured perl-MooseX-Types-Parameterizable
perl-Devel-PartialDump = 0....

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(Class::Tiny) perl-Class-Tiny
perl(Sub::Exporter) perl-Sub-Exporter
perl(namespace::clean) perl-namespace-clean