libhtml-query-perl 0.09-2 source package in Ubuntu

Changelog

libhtml-query-perl (0.09-2) unstable; urgency=medium

  * Team upload.
  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Thu, 03 Aug 2023 01:39:48 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtml-query-perl_0.09-2.dsc 2.4 KiB 0d0fb45c40606b567aef55e8a253d3679cf5c1f53f8d318dc9ccdaca71e1557b
libhtml-query-perl_0.09.orig.tar.gz 30.2 KiB 1d9a1c9f8ac4f189a63a2dc958383b63491fdbf029ee0658a09b55aaefaf3089
libhtml-query-perl_0.09-2.debian.tar.xz 2.7 KiB fc987e4852ce6d1eea5a1bd84f17c4f61a6b2c1fb7b8ddeae9c6e425dc7ec9c4

Available diffs

No changes file available.

Binary packages built by this source

libhtml-query-perl: HTML::Tree add-on to allow jQuery-like queries on HTML::Element trees

 The HTML::Query module is an add-on for the HTML::Tree module set. It provides
 a simple way to select one or more elements from a tree using a query syntax
 inspired by jQuery. This selector syntax will be reassuringly familiar to
 anyone who has ever written a CSS selector.
 .
 HTML::Query is not an attempt to provide a complete (or even near-complete)
 implementation of jQuery in Perl (see Ingy's pQuery module for a more
 ambitious attempt at that). Rather, it borrows some of the tried and tested
 selector syntax from jQuery (and CSS) that can easily be mapped onto the
 look_down() method provided by the HTML::Element module.