libxml-sax-base-perl 1.09-3 source package in Ubuntu

Changelog

libxml-sax-base-perl (1.09-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libxml-sax-base-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 15 Oct 2022 19:25:33 +0100

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-sax-base-perl_1.09-3.dsc 2.1 KiB 52859c826b390444ce4d206f597a993cde65288841f3a32b4116f2be69cd8997
libxml-sax-base-perl_1.09.orig.tar.gz 27.6 KiB 66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0
libxml-sax-base-perl_1.09-3.debian.tar.xz 2.7 KiB 6b5913215105d7495eef8b791b9fb6295b1910a2201993288caae85c28f59127

Available diffs

No changes file available.

Binary packages built by this source

libxml-sax-base-perl: base class for SAX drivers and filters

 XML::SAX::Base is a base class for PerlSAX drivers and filters. The main
 advantages that it provides are easy dispatching of events the right way (ie
 it takes care for you of checking that the handler has implemented that
 method, or has defined an AUTOLOAD), and the guarantee that filters will pass
 along events that they aren't implementing to handlers downstream that might
 nevertheless be interested in them.
 .
 This package also provides XML::SAX::Exception.