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-Streamer

Project: openSUSE_13.2

Repository: oss

Title: Accurately serialize a data structure as Perl code.

Description:
Given a list of scalars or reference variables, writes out their contents
in perl syntax. The references can also be objects. The contents of each
variable is output using the least number of Perl statements as convenient,
usually only one. Self-referential structures, closures, and objects are
output correctly.

The return value can be evaled to get back an identical copy of the
original reference structure. In some cases this may require the use of
utility subs that Data::Dump::Streamer will optionally export.

This module is very similar in concept to the core module Data::Dumper,
with the major differences being that this module is designed to output to
a stream instead of constructing its output in memory (trading speed for
memory), and that the traversal over the data structure is effectively
breadth first versus the depth first traversal done by the others.

In fact the data structure is scanned twice, first in breadth first mode to
perform structural analysis, and then in depth first mode to actually
produce the output, but obeying the depth relationships of the first pass.

Version: 2.38

Release: 2.1.3

Architecture: x86_64

Size: 72.4 KB

Build Time: 2014-10-06 17:20:41 +0200 (over 9 years ago)

Provides

Symbol Required by
Streamer.so()(64bit)
perl(Data::Dump::Streamer) perl-Devel-REPL
perl(Data::Dump::Streamer::...
perl(Data::Dump::Streamer::...
perl(Data::Dump::Streamer::...
perl-Data-Dump-Streamer = 2...
perl-Data-Dump-Streamer(x86...

Requires

Symbol Provided by
libc.so.6()(64bit) glibc
libc.so.6(GLIBC_2.2.5)(64bit) glibc
perl(:MODULE_COMPAT_5.20.1) perl
perl(B::Utils) perl-B-Utils