The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Test/XPath version 0.16
=======================

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
    ./Build test
    ./Build install

Or, if you don't have Module::Build installed, type the following:

    perl Makefile.PL
    make
    make test
    make install

Dependencies
------------

Test::XPath requires the following modules:

* Test::Builder 0.17
* XML::LibXML 1.69

Copyright and Licence
---------------------

Copyright (c) 2009 David E. Wheeler. Some Rights Reserved.

This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.