libxml-sax-expat-incremental-perl 0.05-1 source package in Ubuntu

Changelog

libxml-sax-expat-incremental-perl (0.05-1) unstable; urgency=low

  [ gregor herrmann ]
  * Take over for the Debian Perl Group with maintainer's permission
    (http://lists.debian.org/debian-perl/2008/06/msg00039.html)
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Changed:
    Maintainer set to Debian Perl Group <pkg-perl-
    <email address hidden>> (was: Florian Ragwitz
    <email address hidden>); Florian Ragwitz <email address hidden> moved
    to Uploaders.
  * Add debian/watch.
  * Add libxml-parser-perl and libxml-sax-expat-perl to Depends

  [ Damyan Ivanov ]
  * New upstream release
  * minimize debian/rules using debhelper 7
  * add myself to Uploaders
  * Standards-Version: 3.8.0 (no changes needed)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  24 Jun 2008 13:48:46 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libxml-sax-expat-incremental-perl_0.05.orig.tar.gz 4.5 KiB 98431e462a0a6ae2771756439f9ea4808b359691dcc3700303169b63cf9eeb79
libxml-sax-expat-incremental-perl_0.05-1.diff.gz 1.6 KiB 4170e3fb39112af20a36fafbad688642133cf5dd30e2edf135acdab3fd4cb13d
libxml-sax-expat-incremental-perl_0.05-1.dsc 1.6 KiB ae998c2296653d9f6e9d0e5cb6ddc8e4a13e8d35957805a66ec6117a589b51cb

Available diffs

View changes file

Binary packages built by this source

libxml-sax-expat-incremental-perl: XML::SAX::Expat subclass for non-blocking (incremental) parsing

 Most XML parsers give a callback interface within an encapsulated loop and
 eventually, when the XML source is depleted by the parser, the parse function
 will return.
 .
 Sometimes you don't want the parser to control the loop for you. For example,
 if you need to retrieve your XML in chunks in a funny way, you might need to
 use a kind of iterator to get your XML data.
 .
 This module provides this possibility.