summaryrefslogtreecommitdiff
path: root/perl/perl-xml-parser-lite-tree/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2017-04-11 00:13:10 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-11 00:13:10 +0700
commit026e64063ee19133fd1c71da17eb0d7de996d84b (patch)
tree2398c1cea68e5225c37fc76bfab36826c8bcc5ba /perl/perl-xml-parser-lite-tree/README
parentcd59d1c20720f4d87f1e68e75555f907694ec2d8 (diff)
downloadslackbuilds-026e64063ee19133fd1c71da17eb0d7de996d84b.tar.gz
perl/perl-xml-parser-lite-tree: Added (perl module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-xml-parser-lite-tree/README')
-rw-r--r--perl/perl-xml-parser-lite-tree/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-xml-parser-lite-tree/README b/perl/perl-xml-parser-lite-tree/README
new file mode 100644
index 0000000000..3baf577479
--- /dev/null
+++ b/perl/perl-xml-parser-lite-tree/README
@@ -0,0 +1,6 @@
+perl-xml-parser-lite-tree (XML tree parser module)
+
+This is a singleton class for parsing XML into a tree structure. How does
+this differ from other XML tree generators? By using XML::Parser::Lite,
+which is a pure perl XML parser. Using this module you can tree-ify
+simple XML without having to compile any C.