summaryrefslogtreecommitdiffstats
path: root/perl/perl-xml-twig/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-xml-twig/README')
-rw-r--r--perl/perl-xml-twig/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-xml-twig/README b/perl/perl-xml-twig/README
new file mode 100644
index 0000000000..eb59f3acf4
--- /dev/null
+++ b/perl/perl-xml-twig/README
@@ -0,0 +1,5 @@
+XML::Twig is (yet another!) XML transformation module.
+Its strong points: can be used to process huge documents while
+still being in tree mode; not bound by DOM or SAX, so it is
+very perlish and offers a very comprehensive set of methods;
+simple to use; DWIMs as much as possible.