pkgsrc/devel/p5-Data-Dump-Streamer/DESCR
seb 098b544874 Initial import of p5-Data-Dump-Streamer version 2.08.40 in the
NetBSD Packages Collection.

The Perl 5 module Data::Dump::Streamer provides functions to
accurately serialize a data structure as Perl code.  Given a list
of scalars or reference variables their contents can be written
out 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.
2008-08-02 07:58:24 +00:00

7 lines
436 B
Text

The Perl 5 module Data::Dump::Streamer provides functions to accurately
serialize a data structure as Perl code. Given a list of scalars
or reference variables their contents can be written out 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