summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Dump-Streamer
AgeCommit message (Collapse)AuthorFilesLines
2010-06-13Update from version 2.13 to version 2.18.seb2-8/+11
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.
2010-04-24Update from version 2.09 to version 2.13.seb2-6/+6
Upstream changes: 2.13 (2010-04-05) No really, *actually* removed re.pm debugging code 2.12 (2010-04-05) Removed re.pm debugging code (which also broke compat w/ perl-5.8 2.11 (2010-04-04) perl-5.12.0 blesses file handles into IO::File, not IO::Handle 2.10 (2010-04-04) Perl-5.12.0 has: - qr// as a native - $! isn't auto-filled with 'Bad file descriptor' as often
2009-04-22Update from version 2.08.40nb1 to version 2.09.seb2-8/+7
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.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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=...").
2008-08-02Initial import of p5-Data-Dump-Streamer version 2.08.40 in theseb3-0/+33
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.