SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Data-Dump-Streamer rpm build for : OpenSuSE. For other distributions click perl-Data-Dump-Streamer.

Name : perl-Data-Dump-Streamer
Version : 2.40 Vendor : openSUSE
Release : lp152.3.4 Date : 2020-05-16 16:14:03
Group : Development/Libraries/Perl Source RPM : perl-Data-Dump-Streamer-2.40-lp152.3.4.src.rpm
Size : 0.18 MB
Packager : https://bugs_opensuse_org
Summary : 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.

RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.2/repo/oss/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Data-Dump-Streamer-2.40-lp152.3.4.x86_64.rpm
     

Provides :
perl(Data::Dump::Streamer)
perl(Data::Dump::Streamer::Deparser)
perl(Data::Dump::Streamer::_::ListPrinter)
perl(Data::Dump::Streamer::_::StringPrinter)
perl-Data-Dump-Streamer
perl-Data-Dump-Streamer(x86-64)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
perl(:MODULE_COMPAT_5.26.1)
perl(B::Utils)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Data
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Data/Dump
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Data/Dump/Streamer
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Data/Dump/Streamer.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Data/Dump/Streamer/_
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Data/Dump/Streamer/_/Printers.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Data
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Data/Dump
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Data/Dump/Streamer
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Data/Dump/Streamer/Streamer.bs
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Data/Dump/Streamer/Streamer.so
/usr/share/doc/packages/perl-Data-Dump-Streamer
/usr/share/doc/packages/perl-Data-Dump-Streamer/Changes
/usr/share/doc/packages/perl-Data-Dump-Streamer/README.md
/usr/share/man/man3/Data::Dump::Streamer.3pm.gz

 
ICM