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-Data-Dump

Project: openSUSE_13.2

Repository: oss

Title: Pretty printing of data structures

Description:
This module provide a few functions that traverse their argument and
produces a string as its result. The string contains Perl code that, when
'eval'ed, produces a deep copy of the original arguments.

The main feature of the module is that it strives to produce output that is
easy to read. Example:

@a = (1, [2, 3], {4 => 5});
dump(@a);

Produces:

"(1, [2, 3], { 4 => 5 })"

If you dump just a little data, it is output on a single line. If you dump
data that is more complex or there is a lot of it, line breaks are
automatically added to keep it easy to read.

The following functions are provided (only the dd* functions are exported
by default):

* dump( ... )

Version: 1.22

Release: 4.1.3

Architecture: noarch

Size: 31.9 KB

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

Provides

Symbol Required by
perl(Data::Dump) = 1.22 perl-Test-Trap perl-biber perl-MooseX-Types-Parameterizable
perl(Data::Dump::FilterCont...
perl(Data::Dump::Filtered)
perl(Data::Dump::Trace) = 0.02
perl(Data::Dump::Trace::Call)
perl(Data::Dump::Trace::Wra...
perl-Data-Dump = 1.22-4.1.3 package-lists-openSUSE-X11-cd package-lists-openSUSE-KDE-cd package-lists-openSUSE-GNOME-cd package-lists-openSUSE-images

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl