Upstream changes:
2.35
Apply patches by Ilmari and D. Steinbrunner.
Should work on 5.18 now.
2.34
Administrative release to eliminate build dependency on module
used only for testing.
2.33
Caught up with various RT reports, and fixed a bunch of them.
[RT #74198] fixed dumps containing read-only objects (obtained via JSON::XS)
[RT #74198], Fixed stringification of code compiled under strict in later
perls. Thanks to Father Chrysotomos for the patch and nudge.
Also eliminated a false-fail prone test which was actually pretty useless,
which should close several tickets which I wont bother to list.
This release also is the first from the new git repository at
https://github.com/demerphq/Data-Dump-Streamer
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
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=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Pkgsrc changes:
- Install the "shortcut module" DDS
Upstream changes:
2.22 (2010-07-11)
Build.PL fixed to accept DDS and NODDS again
2.21 (2010-06-19)
Resynchronize internal VERSION declarations
2.20
Skipped version 2.20 because version numbers don't play nice when they
end in zeros.
2.19 (2010-06-19)
Tweak t/madness.t to deal with how perl-5.8.[0-8] deparses the pragma
`use warnings' differently.
Pkgsrc changes:
- adjust dependencies
- adjust PERL5_MODULE_TYPE
Upstream changes:
2.18 (2010-06-12)
Continue to refine t/lexicals.t response to Perl commit
"e02c0f79a8059eaf4981f798cc21d7dc3c8b916e shift; optimization". The
change happened after 5.13.0 and is released in 5.13.1.
2.17 (2010-06-11)
Declare ExtUtils::CBuilder as a build_requries dependency
2.16 (2010-06-11)
Manually add VERSION to Data::Dump::Streamer::Deparser to make CPAN
indexer happy.
2.15 (2010-06-11)
Perl commit "538f5756c002f0583190831238bbf6bd54855cdc shift;
optimization" changed B::Deparse
Switch from ExtUtils::MakeMaker to Module::Build for
configure_requires support
2.14 (2010-06-08)
Our Makefile.PL must abort if we're going to need to build B::Utils
but we don't have ExtUtils::Depends because it doesn't work to let the
build chain do this dependency resolution. Perhaps there is a version
that this all "just works" in?
t/dump.t required some styling state changes but was skipping them
when some modules weren't installed.
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.