2011-08-11 19:20:01 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 2.020:
* Add DumperObject for getting at the underlying obj
* create DwarnF for formatting Dumper'd output
* Create Ddie for die'ing output
|
2010-08-31 22:41:19 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Data-Dumper-Concise from 1.200nb1 to 2.012
Upstream changes:
2.012 Aug 31 2010
- Make DwarnN test still work if Devel::ArgNames isn't installed
2.011 Aug 30 2010
- add $DwarnN export
- make Devel::ArgNames an optional dep
2.010 Jul 29 2010
- add $Dwarn export
2.001 Jul 23 2010
- add documentation for DwarnN
2.000 Jul 22 2010
- remove Dumper() returning object
- add DwarnN
- add DwarnL
- make Dwarn contextual
- document ::Dwarn idiom
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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!
|
2010-02-15 15:29:36 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Data-Dumper-Concise from 1.002 to 1.200
Upstream changes:
1.200 Feb 13 2010
- make sure Devel::Dwarn::Dwarn and Devel::Dwarn::DwarnS work
1.100 Dec 10 2009
- add Data::Dumper::Concise::Sugar containing Dwarn and DwarnS
helper functions
- add Devel::Dwarn as a more concise alias for ::Sugar
|
2009-11-28 00:13:57 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-Data-Dumper-Concise from version 1.001 to version 1.002.
Upstream changes:
1.002 Nov 22 2009
- open up non-ref and multiple arguments since I've not seen any other
viable use for the additional syntax
|
2009-11-17 00:59:36 by Stoned Elipot | Files touched by this commit (3) | |
Log message:
Initial import of p5-Data-Dumper-Concise version 1.001 in the NetBSD
Packages Collection.
The Perl 5 module Data::Dumper::Concise exists, fundamentally, as
a convenient way to reproduce a set of Dumper options that we've
found ourselves using across large numbers of applications, primarily
for debugging output.
|