libxml-xql-perl 0.68-9 source package in Ubuntu

Changelog

libxml-xql-perl (0.68-9) unstable; urgency=medium

  [ Gianfranco Costamagna ]
  * Fix the library behaviour when TERM is set to unknown.
    (Closes: #923869)

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

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 06 Dec 2022 14:09:46 +0000

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-xql-perl_0.68-9.dsc 2.1 KiB f7de4a38ea9a453395a63420e73995653c1e31cf5a95ebde8dd2a714287b32b3
libxml-xql-perl_0.68.orig.tar.gz 117.2 KiB e618d657530d22ff5c807b794be74ade0524faa8f21e95ef2d674d971f8c6458
libxml-xql-perl_0.68-9.debian.tar.xz 5.3 KiB 57def190682fc43a256551172d692d8a9e701c043242737bee8d9e11a6a96184

No changes file available.

Binary packages built by this source

libxml-xql-perl: Perl module for querying XML tree structures with XQL

 The XML::XQL module implements the XQL (XML Query Language) proposal
 submitted to the XSL Working Group in September 1998. The spec can
 be found at: http://www.w3.org/TandS/QL/QL98/pp/xql.html. Most of
 the contents related to the XQL syntax can also be found in the
 XML::XQL::Tutorial that comes with this distribution. Note that XQL
 is not the same as XML-QL!
 .
 The current implementation only works with the XML::DOM module, but
 once the design is stable and the major bugs are flushed out, other
 extensions might follow, e.g. for XML::Grove.
 .
 XQL was designed to be extensible and this implementation tries to
 stick to that. Users can add their own functions, methods,
 comparison operators and data types. Plugging in a new XML tree
 structure (like XML::Grove) should be a piece of cake.