libweb-query-perl 0.34-1 source package in Ubuntu

Changelog

libweb-query-perl (0.34-1) unstable; urgency=medium

  * Import upstream version 0.34.
  * Add libtest-exception-perl to Build-Depends-Indep.
  * Add libxml-libxml-perl to B-D-I and Recommends.

 -- gregor herrmann <email address hidden>  Sun, 25 Oct 2015 22:58:02 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libweb-query-perl_0.34-1.dsc 2.4 KiB bc605cb2cb1a93997619cc6042b5c43bec3a595c5c0097834e4c602d84b6792f
libweb-query-perl_0.34.orig.tar.gz 42.2 KiB fbc2db0a039861021be72fe39cbd36778702db44936dfe951f6f7bf8f9f5acb3
libweb-query-perl_0.34-1.debian.tar.xz 2.1 KiB 082bb348c4d8e1610a62cae349fcdf8964d5e0e24720485dadb889f56b57450c

Available diffs

No changes file available.

Binary packages built by this source

libweb-query-perl: perl web scraping library like jQuery

 Web::Query is a yet another web scraping framework, with a jQuery like
 interface.
 .
 Web::Query built at top of the CPAN modules HTML::TreeBuilder::XPath,
 LWP::UserAgent, and HTML::Selector::XPath.
 .
 Web::Query uses HTML::Selector::XPath and only supports the CSS 3 selector
 supported by that module. It doesn't support jQuery's extended queries
 (yet?). If a selector is passed as a scalar ref, it'll be taken as a straight
 XPath expression.