summaryrefslogtreecommitdiff
path: root/devel/p5-Class-XPath
AgeCommit message (Collapse)AuthorFilesLines
2004-06-20Initial import of p5-Class-XPath.schmonz4-0/+28
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.