FreeBSD.software
Home/devel/p5-Data-Dump-Streamer

p5-Data-Dump-Streamer

2.42

Stream a highly accurate breadth first data dump in Perl code

Converts a data structure into a sequence of perl statements sufficient for recreating the original via eval. This module is very similar in concept to Data::Dumper and Data::Dump, with the major differences being that this module is designed to output to a stream instead of constructing its output in 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.

Origin: devel/p5-Data-Dump-Streamer
Category: devel
Size: 181KiB
License: ART10, GPLv1+
Maintainer: perl@FreeBSD.org
Dependencies: 4 packages
Required by: 11 packages
$pkg install p5-Data-Dump-Streamer

Dependencies (4)

Required By (11 packages)

More in devel