summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Dump
AgeCommit message (Collapse)AuthorFilesLines
2008-01-09Updated to version 1.08.heinz2-6/+7
Pkgsrc changes: - The package supports installation to DESTDIR. Changes since version 1.06: ===================================== 2006-11-29 Gisle Aas <gisle@ActiveState.com> Release 1.08 By popular demand; don't put underscore into dumped integers to group thousands. 2006-11-24 Gisle Aas <gisle@ActiveState.com> Release 1.07 Remove unused code. Add some more tests.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-08-10Import devel/Data-Dump-1.06abs4-0/+37
This module provides a single function called dump() that takes a list of values as its argument and produces a string as its result. The string contains Perl code that, when evaled, produces a deep copy of the original arguments. The string is formatted for easy reading. If dump() is called in a void context, then the dump is printed on STDERR instead of being returned. If you don't like importing a function that overrides Perl's not-so-useful builtin, then you can also import the same function as pp(), mnemonic for "pretty-print".