libxml-parser-perl 2.44-2build3 source package in Ubuntu

Changelog

libxml-parser-perl (2.44-2build3) artful; urgency=medium

  * No-change rebuild for perl 5.26.0.

 -- Matthias Klose <email address hidden>  Wed, 26 Jul 2017 20:11:12 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Artful
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main perl

Downloads

File Size SHA-256 Checksum
libxml-parser-perl_2.44.orig.tar.gz 231.8 KiB 1ae9d07ee9c35326b3d9aad56eae71a6730a73a116b9fe9e8a4758b7cc033216
libxml-parser-perl_2.44-2build3.debian.tar.xz 56.2 KiB 65329000c1a7e6e26d72749f25ab44c4cbc097619863f2e1b776ba127b605880
libxml-parser-perl_2.44-2build3.dsc 2.1 KiB 948ec705fedc0a9568a594dddb3d8a290e2e5e0e7f972ea76429ba530f38af1c

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: No summary available for libxml-parser-perl-dbgsym in ubuntu disco.

No description available for libxml-parser-perl-dbgsym in ubuntu disco.