This project is a fork of the
HTML-TreeBuilder-XPath.git project. If you have that one
already cloned locally, you can use
git clone --reference /path/to/your/HTML-TreeBuilder-XPath.git/incarnation mirror_URL
to save bandwidth during cloning.
description | none |
owner | jpalecek@web.de |
last change | Fri, 13 Apr 2012 12:59:07 +0000 (13 14:59 +0200) |
URL | git://repo.or.cz/HTML-TreeBuilder-XPath/HTML-TreeBuilder-XPath-jpalecek.git |
| https://repo.or.cz/HTML-TreeBuilder-XPath/HTML-TreeBuilder-XPath-jpalecek.git |
push URL | ssh://repo.or.cz/HTML-TreeBuilder-XPath/HTML-TreeBuilder-XPath-jpalecek.git |
| https://repo.or.cz/HTML-TreeBuilder-XPath/HTML-TreeBuilder-XPath-jpalecek.git (learn more) |
bundle info | HTML-TreeBuilder-XPath-jpalecek.git downloadable bundles |
content tags
|
|
README
HTML-TreeBuilder-XPath
===================================
Extension to HTML::TreeBuilder that adds an XPath engine to HTML::TreeBuilder
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
HTML::TreeBuilder
XML::XPathEngine
COPYRIGHT AND LICENCE
Copyright (C) 2006-2011 by Michel Rodriguez
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available.