libxml-parser-perl 2.44-4build1 source package in Ubuntu

Changelog

libxml-parser-perl (2.44-4build1) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 19:36:47 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.44.orig.tar.gz 231.8 KiB 1ae9d07ee9c35326b3d9aad56eae71a6730a73a116b9fe9e8a4758b7cc033216
libxml-parser-perl_2.44-4build1.debian.tar.xz 56.8 KiB da025693c635b49cd796b44a54a9e6d6a13013e99bd3ca0886a030c4d0d8ed19
libxml-parser-perl_2.44-4build1.dsc 2.1 KiB 4d7b6e9e6200fee0b9e3a777d1c77c61f424a7dca2d75ca0b14e4e76c2ca4417

Available diffs

View changes file

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