added repo URL
[HTML-TreeBuilder-XPath.git] / README
blob833a65fd6e85c37978c677f80854ca581982a29c
1 HTML-TreeBuilder-XPath 
2 ===================================
4 Extension to HTML::TreeBuilder that adds an XPath engine to HTML::TreeBuilder
6 INSTALLATION
8 To install this module type the following:
10    perl Makefile.PL
11    make
12    make test
13    make install
15 DEPENDENCIES
17 This module requires these other modules and libraries:
19   HTML::TreeBuilder
20   XML::XPathEngine
22 COPYRIGHT AND LICENCE
24 Copyright (C) 2006-2011 by Michel Rodriguez
26 This library is free software; you can redistribute it and/or modify
27 it under the same terms as Perl itself, either Perl version 5.8.4 or,
28 at your option, any later version of Perl 5 you may have available.