Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Data-Dump-Streamer | Distribution: openSUSE Tumbleweed |
Version: 2.420.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Mon Jun 23 22:47:16 2025 |
Group: Unspecified | Build host: reproducible |
Size: 193915 | Source RPM: perl-Data-Dump-Streamer-2.420.0-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://metacpan.org/release/Data-Dump-Streamer | |
Summary: Accurately serialize a data structure as Perl code |
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.
Artistic-1.0 OR GPL-1.0-or-later
* Mon Jun 23 2025 Tina Müller <tina.mueller@suse.com> - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details * Wed Feb 22 2023 Tina Müller <timueller+perl@suse.de> - updated to 2.42 see /usr/share/doc/packages/perl-Data-Dump-Streamer/Changes 2.42 Perltidy source to my preferred format. Fixed issues serializing the global stash. Added test to detect if serializing the global stash breaks anything. * Sat Jan 28 2023 Tina Müller <timueller+perl@suse.de> - updated to 2.41 see /usr/share/doc/packages/perl-Data-Dump-Streamer/Changes 2.41 Merged in all the open PR's. Some MUCH much later than I originally intended to. Humble apologies to those who contributed fixes for that. Switch from JSON::XS to Cpanel::JSON::XS as an optional test prereq. Thanks to Karen Etheridge, Kent Frederic and Michael Schwern. * Wed Aug 31 2016 coolo@suse.com - updated to 2.40 see /usr/share/doc/packages/perl-Data-Dump-Streamer/Changes 2.40 Fixup issues with JSON and with non-Padwalker builds (thanks to FC) various other tweaks and cleanups to build on newer Perls. Updated meta files, etc. * Mon Jan 18 2016 dimstar@opensuse.org - Update to version 2.39: + No changelog available. - Add perl(PadWalker) BuildRequires: needed to pass the test suite. * Sat Jul 19 2014 coolo@suse.com - updated to 2.38 Only github log * Mon Feb 10 2014 coolo@suse.com - updated to 2.37 Various changes. See github log for changes. - fixes build in factory * Fri Oct 04 2013 coolo@suse.com - updated to 2.36 Should work on 5.18 now. - obsoleting rt_79127.diff and rt_82958.diff * Wed Jun 26 2013 coolo@suse.com - add rt_79127.diff and rt_82958.diff from rt.cpan.org to fix build with perl 5.18 * Mon Jun 10 2013 coolo@suse.com - updated to 2.34 Administrative release to eliminate build dependency on module used only for testing.
/usr/lib/perl5/vendor_perl/5.40.2/i586-linux-thread-multi-64int/Data /usr/lib/perl5/vendor_perl/5.40.2/i586-linux-thread-multi-64int/Data/Dump /usr/lib/perl5/vendor_perl/5.40.2/i586-linux-thread-multi-64int/Data/Dump/Streamer /usr/lib/perl5/vendor_perl/5.40.2/i586-linux-thread-multi-64int/Data/Dump/Streamer.pm /usr/lib/perl5/vendor_perl/5.40.2/i586-linux-thread-multi-64int/Data/Dump/Streamer/_ /usr/lib/perl5/vendor_perl/5.40.2/i586-linux-thread-multi-64int/Data/Dump/Streamer/_/Printers.pm /usr/lib/perl5/vendor_perl/5.40.2/i586-linux-thread-multi-64int/auto/Data /usr/lib/perl5/vendor_perl/5.40.2/i586-linux-thread-multi-64int/auto/Data/Dump /usr/lib/perl5/vendor_perl/5.40.2/i586-linux-thread-multi-64int/auto/Data/Dump/Streamer /usr/lib/perl5/vendor_perl/5.40.2/i586-linux-thread-multi-64int/auto/Data/Dump/Streamer/Streamer.bs /usr/lib/perl5/vendor_perl/5.40.2/i586-linux-thread-multi-64int/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
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jun 25 23:51:48 2025