summaryrefslogtreecommitdiffstats
path: root/perl/perl-data-dump/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2013-02-05 22:08:44 -0600
committer Robby Workman <rworkman@slackbuilds.org>2013-02-05 22:40:19 -0600
commit3dcfce16a50edf38b5824154ceb974788fb26424 (patch)
tree836016fc9705f2648e4fbc64e97d653b793ac189 /perl/perl-data-dump/README
parent4a4cfcf30ddbc69ba404df1ce9a8eb7ac9def533 (diff)
downloadslackbuilds-3dcfce16a50edf38b5824154ceb974788fb26424.tar.gz
slackbuilds-3dcfce16a50edf38b5824154ceb974788fb26424.tar.xz
perl/perl-data-dump: Added (pretty printing of data structures)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-data-dump/README')
-rw-r--r--perl/perl-data-dump/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/perl/perl-data-dump/README b/perl/perl-data-dump/README
new file mode 100644
index 0000000000..7aa7cabcd3
--- /dev/null
+++ b/perl/perl-data-dump/README
@@ -0,0 +1,11 @@
+perl-data-dump (Data::Dump - Pretty printing of data structures)
+
+This module provide a few functions that traverse their 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 main feature of the module is that it strives to produce output that
+is easy to read.
+
+Note: This is not the same thing as Data::Dumper (which is already
+included in Slackware's perl package).