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

Changelog

libxml-sax-perl (0.99+dfsg-1) unstable; urgency=low

  [ Florian Schlichting ]
  * Imported Upstream version 0.99
  * Update d/watch.
  * Switch to source format "3.0 (quilt)".
  * Bump compatibility level to 8.
  * Refresh d/copyright.
  * Bump Standards-Version to 3.9.2 (no further changes).
  * (Build-)Depend on libxml-sax-base-perl.
  * Add myself to Uploaders.
  * Remove copyright statement for removed XML::SAX::Base.

  [ Ansgar Burchardt ]
  * Update my email address.
  * debian/control: Convert Vcs-* fields to Git.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:12:46 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main perl

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-1.debian.tar.gz 14.8 KiB b7700840a00bfc47eb85287c809615e6fc95933dc1e48ee85ebb9fb117bebb7b
libxml-sax-perl_0.99+dfsg-1.dsc 2.2 KiB 901de4e33b44038ecce194d4dd30079354bc7182efe34198fecc4225c676d9e9

Available diffs

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.