summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Rabbit/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-Rabbit/DESCR')
-rw-r--r--textproc/p5-XML-Rabbit/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-XML-Rabbit/DESCR b/textproc/p5-XML-Rabbit/DESCR
new file mode 100644
index 00000000000..2f47e33777e
--- /dev/null
+++ b/textproc/p5-XML-Rabbit/DESCR
@@ -0,0 +1,4 @@
+The Perl 5 module XML::Rabbit is a simple Moose-based base class
+you can use to make simple XPath-based XML extractors. Each attribute
+in your class is linked to an XPath query that is executed on your
+XML document when you request the value.