summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Writer/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-Writer/DESCR')
-rw-r--r--textproc/p5-XML-Writer/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/p5-XML-Writer/DESCR b/textproc/p5-XML-Writer/DESCR
new file mode 100644
index 00000000000..7849c6da429
--- /dev/null
+++ b/textproc/p5-XML-Writer/DESCR
@@ -0,0 +1,6 @@
+XML::Writer is a simple Perl module for writing XML documents: it
+takes care of constructing markup and escaping data correctly, and by
+default, it also performs a significant amount of well-formedness
+checking on the output, to make certain (for example) that start and
+end tags match, that there is exactly one document element, and that
+there are not duplicate attribute names.