989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
12 lines
561 B
Text
12 lines
561 B
Text
This module 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.
|
|
|
|
NOTE: This module is not yet a complete XPath implementation. Over
|
|
time I expect the subset of XPath supported to grow. See the SYNTAX
|
|
documentation in the module POD for details on the current level of
|
|
support.
|
|
|
|
Author: Sam Tregar <sam@tregar.com>
|
|
WWW: http://search.cpan.org/dist/Class-XPath/
|