libxml-sax-base-perl 1.09-ok2 source package in openKylin

Changelog

libxml-sax-base-perl (1.09-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- sufang <email address hidden>  Thu, 15 Sep 2022 17:02:39 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libxml-sax-base-perl_1.09.orig.tar.gz 27.6 KiB 66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0
libxml-sax-base-perl_1.09-ok2.debian.tar.xz 1.8 KiB 8452ac27c826a67183904f5d17b1649d82726b996308dd4e61bb17fb75a68538
libxml-sax-base-perl_1.09-ok2.dsc 1.8 KiB 9b3c03c3e918ae3ebc648dda1c8856683603e30c0606cf00462a084710075966

Available diffs

View changes file

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.