libxml-parser-perl 2.47-1 source package in Ubuntu

Changelog

libxml-parser-perl (2.47-1) unstable; urgency=medium

  * Import upstream version 2.47.
  * Make build dependency on libdevel-checklib-perl versioned.
  * debian/copyright: update years of packaging copyright.
  * debian/copyright: add copyright holder.
  * debian/copyright: add comment regarding new LICENSE file.
  * Declare compliance with Debian Policy 4.6.2.
  * Update debian/upstream/metadata.

 -- gregor herrmann <email address hidden>  Mon, 01 Jan 2024 23:23:27 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libxml-parser-perl_2.47-1.dsc 2.4 KiB a64dc645cf084c2f5184e9acaadda3e9247fbc1287de2da60f4cca4befd6874f
libxml-parser-perl_2.47.orig.tar.gz 272.5 KiB ad4aae643ec784f489b956abe952432871a622d4e2b5c619e8855accbfc4d1d8
libxml-parser-perl_2.47-1.debian.tar.xz 57.2 KiB 14353f71ddf5507d1adf2cb03012e8b3c9976dfbff48efa8b1469f5b26dff576

Available diffs

No changes file available.

Binary packages built by this source

libxml-parser-perl: Perl module for parsing XML files

 The XML::Parser module provides ways to parse XML documents. It is built on
 top of XML::Parser::Expat, which is a lower level interface to James Clark's
 expat library. Each call to one of the parsing methods creates a new instance
 of XML::Parser::Expat which is then used to parse the document. Expat options
 may be provided when the XML::Parser object is created. These options are
 then passed on to the Expat object on each parse call. They can also be given
 as extra arguments to the parse methods, in which case they override options
 given at XML::Parser creation time.
 .
 The behavior of the parser is controlled either by Style and/or Handlers
 options, or by setHandlers method. These all provide mechanisms for
 XML::Parser to set the handlers needed by XML::Parser::Expat. If neither
 Style nor Handlers are specified, then parsing just checks the document for
 being well-formed.
 .
 When underlying handlers get called, they receive as their first parameter
 the Expat object, not the Parser object.

libxml-parser-perl-dbgsym: debug symbols for libxml-parser-perl