summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Printer/DESCR
blob: e72349a46ba683801cce156d3f18a38c4d50d2ce (plain)
1
2
3
4
5
6
7
8
9
Data::Printer is a Perl module to pretty-print Perl data structures
and objects in full color. It is meant to display variables on
screen, properly formatted to be inspected by a human.

Data::Printer is highly customizable, from indentation size to
depth level. You can even rename the exported p() function!

Data::Printer also lets you create filters to help debugging
your objects easily.