aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Printer/pkg-descr
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-28 17:19:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-28 17:19:51 +0000
commit7abecf08600a21de41e9bc13e5bf0019d4963dd9 (patch)
tree7dabc37439c9dd7e3db2c4bc68ead0cf77ae7810 /devel/p5-Data-Printer/pkg-descr
parent9a2ec1db70e80d1178bdaf0acc036889d3e10a59 (diff)
downloadports-7abecf08600a21de41e9bc13e5bf0019d4963dd9.tar.gz
ports-7abecf08600a21de41e9bc13e5bf0019d4963dd9.zip
Notes
Diffstat (limited to 'devel/p5-Data-Printer/pkg-descr')
-rw-r--r--devel/p5-Data-Printer/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/p5-Data-Printer/pkg-descr b/devel/p5-Data-Printer/pkg-descr
new file mode 100644
index 000000000000..ca52763e73fd
--- /dev/null
+++ b/devel/p5-Data-Printer/pkg-descr
@@ -0,0 +1,16 @@
+Data::Printer is meant to do one thing and one thing only: display Perl
+variables and objects on screen, properly formatted (to be inspected by a
+human).
+
+Here's what Data::Printer has to offer to Perl developers, out of the box:
+- Very sane defaults (I hope!)
+- Highly customizable (in case you disagree with me :)
+- Colored output by default
+- Human-friendly output, with array index and custom separators
+- Full object dumps including methods, inheritance and internals
+- Exposes extra information such as tainted data and weak references
+- Ability to easily create filters for objects and regular structures
+- Ability to load settings from a .dataprinter file so you don't have to write
+ anything other than "use DDP;" in your code!
+
+WWW: http://search.cpan.org/dist/Data-Printer/