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

Changelog

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

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Add patch from CPAN RT to fix issue caused by removal of the encoding
    pragma. (Closes: #826451)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.0.0.

 -- gregor herrmann <email address hidden>  Sat, 24 Jun 2017 16:05:14 +0200

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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-dom-xpath-perl_0.14-3.dsc 2.3 KiB 64381146497a8910fd52285be1840ab3e4c0f156729fd65e4ab58afb43c31927
libxml-dom-xpath-perl_0.14.orig.tar.gz 12.1 KiB 0173a74a515211997a3117a47e7b9ea43594a04b865b69da5a71c0886fa829ea
libxml-dom-xpath-perl_0.14-3.debian.tar.xz 2.7 KiB fc40fad35064a234245f17dd0afed6a02f2a51a5fda7cea4ad925dde1a34619f

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.