1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/www/p5-Web-Query/pkg-descr
Sunpoet Po-Chuan Hsieh 18afff5292 - Reformat pkg-descr
2014-07-31 18:54:29 +00:00

12 lines
500 B
Plaintext

Web::Query is a yet another scraping framework, have a jQuery like interaface.
Yes, I know ingy's pQuery. But it's just a alpha quality. It doesn't works.
Web::Query built at top of the CPAN modules, HTML::TreeBuilder::XPath,
LWP::UserAgent, and HTML::Selector::XPath.
So, this module uses HTML::Selector::XPath, then this module only supports CSS3
selector supported by HTML::Selector::XPath. Web::Query doesn't support jQuery's
extended quries(yet?).
WWW: http://search.cpan.org/dist/Web-Query/