freebsd-ports/devel/p5-Data-TreeDumper/pkg-descr
Erwin Lansing e8c9f19c21 - Update to 0.33
- Make pkg-descr shorter

PR:		107474
Submitted by:	chinsan
Approved by:	maintainer timeout
2007-02-11 09:21:14 +00:00

15 lines
694 B
Text

Data::Dumper and other modules do a great job at dumping data structures.
Their output, however, often takes more brain power to understand than the
data itself. When dumping large amounts of data, the output can be overwhelming
and it's difficult to see the relationship between each piece of the dumped
data. Data::TreeDumper also dumps data in a tree-like fashion but hopefully
in a format more easily understood.
Data::TreeDumper also gives one extraordinary control over output and
provides for custom filtering of and iteration over data structures.
WWW: http://search.cpan.org/dist/Data-TreeDumper/
Author: Khemir Nadim ibn Hamouda <nadim@khemir.net>
- Aaron Dalton
aaron@daltons.ca