libxml-parser-perl 2.46-ok3 source package in openKylin

Changelog

libxml-parser-perl (2.46-ok3) nile; urgency=medium

  * No change rebuild against perl-5.36

 -- CI Bot <email address hidden>  Fri, 29 Mar 2024 09:08:22 +0000

Upload details

Uploaded by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libxml-parser-perl_2.46.orig.tar.gz 248.8 KiB d331332491c51cccfb4cb94ffc44f9cd73378e618498d4a37df9e043661c515d
libxml-parser-perl_2.46-ok3.debian.tar.xz 52.8 KiB ef76bd52a9a9ff9a29769e229010fccfd089a9e405262f5b9d2adc2c5ed5c2a3
libxml-parser-perl_2.46-ok3.dsc 1.9 KiB e5277b2b3ad83967cac533354c2da9758f18fc123f8eb5d1b1f96b8c7db5f999

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