libxml-generator-perldata-perl 0.95-3 source package in Ubuntu

Changelog

libxml-generator-perldata-perl (0.95-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 0.95-2.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 15:27:28 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-generator-perldata-perl_0.95-3.dsc 2.2 KiB 4bd297044c6749508a94f2ec85a691f3412f0d2b877433e53f0e12fff5a2b8d4
libxml-generator-perldata-perl_0.95.orig.tar.gz 15.0 KiB 78560b638016ef047fd5937f2d35cca9536fe5b42a03974e173f16671bf5c397
libxml-generator-perldata-perl_0.95-3.debian.tar.xz 3.0 KiB a47a3bf19b4a5741d142da16c5ca29042bc52b8ae109b276705fcb17ca54a7b9

Available diffs

No changes file available.

Binary packages built by this source

libxml-generator-perldata-perl: module for generating SAX2 events from nested Perl data structures

 XML::Generator::PerlData provides a simple way to generate SAX2 events from
 nested Perl data structures, while providing finer-grained control over the
 resulting document streams.
 .
 Processing comes in two flavours: Simple Style and Stream Style:
 .
 In a nutshell, 'simple style' is best used for those cases where you have a
 single Perl data structure that you want to convert to XML as quickly and
 painlessly as possible. 'Stream style' is more useful for cases where you are
 receiving chunks of data (like from a DBI handle) and you want to process
 those chunks as they appear.