Test/XPath version 0.15
=======================
This library's module, Test::XPath, provides an interface for testing the
content and structure of XML and HTML documents using XPath query expressions.
This will be most useful for those who need to write TAP-emitting unit tests
for HTML or XML output.
INSTALLATION
To install this module, type the following:
perl Build.PL
./Build
./B
more»
Revision history for Perl extension Test::XPath.
0.15 2011-07-17T02:40:11
- Require XML::LibXML 1.70, as that seems to be the first version to
offer `set_option()`.
- Make sure that HTML::Selector::XPath 0.06 or higher is installed
before allowing use of CSS selectors. Should fix some test failures
from cpan-testers.
0.14 2011-06-29T18:31:39
- The cons
more»