Upstream changes:
2.09 (2009-03-24)
Hashkeys ending in newline were incorrectly quoted. Sorry Ambrus.
Make it possible to hackily dump *GLOB{IO} objects. This is mostly
to make merijn happy. Afaik we dont have the information to do it
properly.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
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.