aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Writer/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-26 04:16:04 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-26 04:16:04 +0000
commita813072cd32c6e3b932ee8c31ebca8b65f127c5a (patch)
treed30596e4ef055741e77c7e73e5adf41f03573fb1 /textproc/p5-XML-Writer/pkg-descr
parent70236993ca958be351051e1c20cb93ce638c11c4 (diff)
downloadports-a813072cd32c6e3b932ee8c31ebca8b65f127c5a.tar.gz
ports-a813072cd32c6e3b932ee8c31ebca8b65f127c5a.zip
Notes
Diffstat (limited to 'textproc/p5-XML-Writer/pkg-descr')
-rw-r--r--textproc/p5-XML-Writer/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/p5-XML-Writer/pkg-descr b/textproc/p5-XML-Writer/pkg-descr
new file mode 100644
index 000000000000..1253ee64efa3
--- /dev/null
+++ b/textproc/p5-XML-Writer/pkg-descr
@@ -0,0 +1,9 @@
+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.
+
+-Adam
+<adam@herzogdesigns.com>