libxml-dom-xpath-perl 0.14-4 source package in Ubuntu

Changelog

libxml-dom-xpath-perl (0.14-4) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

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

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

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 22:59:29 +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 universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-dom-xpath-perl_0.14-4.dsc 2.2 KiB c1662eaf40571fde66600d4edcb0ae60abcb6b8e99b0bb3c733a021313b2774d
libxml-dom-xpath-perl_0.14.orig.tar.gz 12.1 KiB 0173a74a515211997a3117a47e7b9ea43594a04b865b69da5a71c0886fa829ea
libxml-dom-xpath-perl_0.14-4.debian.tar.xz 2.8 KiB e4b16ff39a95280f680ec2575d871a0cc22c873470aff6991a345f6f20b24310

Available diffs

No changes file available.

Binary packages built by this source

libxml-dom-xpath-perl: adds XPath support to XML::DOM, using XML::XPathEngine

 XML::DOM::XPath allows you to use XML::XPath methods to query a DOM.
 This is often much easier than relying only on getElementsByTagName.
 It lets you use all of the XML::DOM methods.
 .
 In truth this should only be used if you have existing code using XML::DOM.
 If you start a new project and you can install XML::LibXML (and libxml2 on
 which it is based) then you will get a DOM, XPath support and a lot more
 power and speed.