summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Quoted/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-Quoted/DESCR')
-rw-r--r--textproc/p5-Text-Quoted/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/p5-Text-Quoted/DESCR b/textproc/p5-Text-Quoted/DESCR
new file mode 100644
index 00000000000..8f888be638f
--- /dev/null
+++ b/textproc/p5-Text-Quoted/DESCR
@@ -0,0 +1,7 @@
+"Text::Quoted" examines the structure of some text which may contain
+multiple different levels of quoting, and turns the text into a nested
+data structure.
+
+The structure is an array reference containing hash references for
+each paragraph belonging to the same author. Each level of quoting
+recursively adds another list reference.