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

Changelog

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

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
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

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-ok1.debian.tar.xz 1.9 KiB e55db4ffecbc9670861119361deef0d9f65e1f4174fd0f5e297c282de2d756c7
libxml-sax-base-perl_1.09-ok1.dsc 1.9 KiB b9c412c9b7500e2382912529791732bfca26b1f3481b657f48968ea1c64ba83b

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.