summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Filter-BufferText/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-Filter-BufferText/DESCR')
-rw-r--r--textproc/p5-XML-Filter-BufferText/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/p5-XML-Filter-BufferText/DESCR b/textproc/p5-XML-Filter-BufferText/DESCR
new file mode 100644
index 00000000000..e2eb1116859
--- /dev/null
+++ b/textproc/p5-XML-Filter-BufferText/DESCR
@@ -0,0 +1,5 @@
+This Perl 5 module is a very simple filter for XML parsers. One
+common cause of grief (and programmer error) is that XML parsers
+aren't required to provide character events in one chunk. They can,
+but are not forced to, and most don't. This filter does the trivial
+but often-repeated task of putting all characters into a single event.