libxml-sax-perl 1.02+dfsg-3 source package in Ubuntu

Changelog

libxml-sax-perl (1.02+dfsg-3) unstable; urgency=medium

  * Team upload.
  * Replace deprecated 'which' with 'command -v' in maintainer script(s).
    Note that this change doesn't make the warnings on installation go
    away, as they actually come from ucf(1). (Closes: #993654)

 -- gregor herrmann <email address hidden>  Sat, 04 Sep 2021 15:58:20 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl
Jammy release main perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-sax-perl_1.02+dfsg-3.dsc 2.5 KiB ded9be5e3388595c536fd1f514d569be07cb421facb85dd63959276af5a27c28
libxml-sax-perl_1.02+dfsg.orig.tar.xz 30.4 KiB f962fd78979380c12fd75e7bbcf097507604906de24dd8e46c6b93f213066898
libxml-sax-perl_1.02+dfsg-3.debian.tar.xz 13.9 KiB 7eea1181199da388b4a28fdefc330f55bd4feaa98c267566d08bca1212a50861

Available diffs

No changes file available.

Binary packages built by this source

libxml-sax-perl: Perl module for using and building Perl SAX2 XML processors

 XML::SAX consists of several framework classes for using and
 building Perl SAX2 XML parsers, filters, and drivers. It is designed
 around the need to be able to "plug in" different SAX parsers to an
 application without requiring programmer intervention. Those of you
 familiar with the DBI will be right at home. Some of the designs
 come from the Java JAXP specification (SAX part), only without the
 javaness.
 .
 The package also contains a SAX parser, XML::SAX::PurePerl, but it
 is considered too slow for serious use and is only provided as a
 fallback parser. It is recommend XML::SAX::Expat (provided in
 libxml-sax-expat-perl) instead.
 .
 The framework includes a Debian-specific script (called
 update-perl-sax-parsers) to manage the ParserDetails.ini file. This
 script is intended to be used in postinst and prerm package scripts to
 (de)register parsers. See README.Debian for more info.