libxml-sax-base-perl 1.07-1 source package in Ubuntu

Changelog

libxml-sax-base-perl (1.07-1) unstable; urgency=low

  * Initial Release. (Closes: #641161)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 21:15:05 +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
Xenial release main perl
Trusty release main perl
Precise release main perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libxml-sax-base-perl_1.07.orig.tar.gz 27.3 KiB e7d409610bebe1a36fed4e1ccf578a6e1f630ef1193d32e424728b839dc8a01c
libxml-sax-base-perl_1.07-1.debian.tar.gz 1.7 KiB f1c4ce7cf4ac2cc77ad23f7833debf4da2c745911888a5b10a9718700af27fd7
libxml-sax-base-perl_1.07-1.dsc 2.0 KiB 7766297ec82c54c78e64dc655aea0c1993e4030e1ec052cc24e43ef50d579527

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.