opnsense-ports/www/p5-Web-Query/pkg-descr
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
500 B
Text

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/