libxml-sax-perl 0.99+dfsg-1ubuntu0.1 source package in Ubuntu

Changelog

libxml-sax-perl (0.99+dfsg-1ubuntu0.1) precise-proposed; urgency=low

  * SAX.pm: provide our own local dirname() function and use it
    instead of File::Basename. Copied from doc-base. (LP: #990256)
 -- Stephane Graber <email address hidden>   Fri, 10 Aug 2012 15:39:14 -0400

Upload details

Uploaded by:
Stéphane Graber
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libxml-sax-perl_0.99+dfsg.orig.tar.gz 34.4 KiB 47f6828aa1d7a3c43f28dcdcaf6b7ff886de3d8f5f29e7995b79ee6dfd163f41
libxml-sax-perl_0.99+dfsg-1ubuntu0.1.debian.tar.gz 15.6 KiB fd661000699a8b7bf76cb8bdc95b45546019c473c578943274b2b18039e7266f
libxml-sax-perl_0.99+dfsg-1ubuntu0.1.dsc 2.3 KiB 4e98ae8f8dd4e69ee5a011eae8c9465188cea469ec98c261c00de8fb90c82488

View changes file

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.