libxml-parser-perl 2.46-4 source package in Ubuntu

Changelog

libxml-parser-perl (2.46-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libxml-parser-perl: Drop Multi-Arch: same.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 13:38:48 +0000

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
Mantic release main perl
Lunar release main perl

Downloads

File Size SHA-256 Checksum
libxml-parser-perl_2.46-4.dsc 2.1 KiB 4c5bfcb6ec8a3363379f45af8a89ce042625e8ca9ac3e08c55860a4a2bf7440f
libxml-parser-perl_2.46.orig.tar.gz 248.8 KiB d331332491c51cccfb4cb94ffc44f9cd73378e618498d4a37df9e043661c515d
libxml-parser-perl_2.46-4.debian.tar.xz 57.1 KiB 7330e8cbc84e0e3ff72c65d7028c60be73ee3d6b11a9ff3f4a0158bc38ede8f8

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