summaryrefslogtreecommitdiffstats
path: root/perl/perl-Data-Dump/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Data-Dump/README')
-rw-r--r--perl/perl-Data-Dump/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-Data-Dump/README b/perl/perl-Data-Dump/README
new file mode 100644
index 0000000000..66576edeb7
--- /dev/null
+++ b/perl/perl-Data-Dump/README
@@ -0,0 +1,4 @@
+perl-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.