libxml-xpathengine-perl 0.14-2 source package in Ubuntu

Changelog

libxml-xpathengine-perl (0.14-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 23:34:14 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-xpathengine-perl_0.14-2.dsc 2.2 KiB 6dbe2091f4ce53263adc472d8a32cebfc813664f55d47e236ec4df9c592ce8af
libxml-xpathengine-perl_0.14.orig.tar.gz 25.5 KiB d2fe7bcbbd0beba1444f4a733401e7b8aa5282fad4266d42735dd74582b2e264
libxml-xpathengine-perl_0.14-2.debian.tar.xz 4.6 KiB 5e62ce362601015b052204f351dc2e671c958e5b8284c3bee58bad727c2010d4

Available diffs

No changes file available.

Binary packages built by this source

libxml-xpathengine-perl: re-usable XPath engine for DOM-like trees

 XML::XPathEngine provides an XPath engine, that can be re-used by other
 module/classes that implement trees.
 .
 In order to use the XPath engine, nodes in the user module need to mimic
 DOM nodes. The degree of similarity between the user tree and a DOM dictates
 how much of the XPath features can be used. A module implementing all of the
 DOM should be able to use this module very easily (you might need to add
 the cmp method on nodes in order to get ordered result sets).
 .
 This module is derived from Matt Sergeant's XML::XPath.