summaryrefslogtreecommitdiff
path: root/devel/p5-Class-XPath/DESCR
diff options
context:
space:
mode:
authorschmonz <schmonz>2004-06-20 22:23:00 +0000
committerschmonz <schmonz>2004-06-20 22:23:00 +0000
commit8d233d51bd876fb4b3ea289e98452a2b5120995d (patch)
tree6ea5433f453c9238ca444b46a389620367f034eb /devel/p5-Class-XPath/DESCR
parent4316a1bc3df90014e7cc3550ffa195281f794cbe (diff)
downloadpkgsrc-8d233d51bd876fb4b3ea289e98452a2b5120995d.tar.gz
Initial import of p5-Class-XPath.
Class::XPath is a Perl module which adds XPath-style matching to your object trees. This means that you can find nodes using an XPath-esque query with match() from anywhere in the tree. Also, the xpath() method returns a unique path to a given node which can be used as an identifier.
Diffstat (limited to 'devel/p5-Class-XPath/DESCR')
-rw-r--r--devel/p5-Class-XPath/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-Class-XPath/DESCR b/devel/p5-Class-XPath/DESCR
new file mode 100644
index 00000000000..7455e3fb736
--- /dev/null
+++ b/devel/p5-Class-XPath/DESCR
@@ -0,0 +1,5 @@
+Class::XPath is a Perl module which adds XPath-style matching to
+your object trees. This means that you can find nodes using an
+XPath-esque query with match() from anywhere in the tree. Also,
+the xpath() method returns a unique path to a given node which can
+be used as an identifier.