libxml-handler-composer-perl 0.01-10 source package in Ubuntu

Changelog

libxml-handler-composer-perl (0.01-10) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 23:02:15 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-handler-composer-perl_0.01-10.dsc 2.2 KiB 2c28e5ddade1cf713876ac29422978e3e1c5f7223ee4ed2d0e86500f6aa47535
libxml-handler-composer-perl_0.01.orig.tar.gz 7.0 KiB 66949cf90478f3d3c4ea5ee7eca73b8fff74d02b659e822b50992a568ec6935d
libxml-handler-composer-perl_0.01-10.debian.tar.xz 3.0 KiB a1b7908a3f37e24eca97dd783647a14d39c11715610fed2d9aab2cd9f3c214fe

Available diffs

No changes file available.

Binary packages built by this source

libxml-handler-composer-perl: Perl module for generating XML output

 XML::Handler::Composer is similar to XML::Writer, XML::Handler::XMLWriter,
 XML::Handler::YAWriter etc. in that it generates XML output.
 .
 This implementation may not be fast and it may not be the best
 solution for your particular problem, but it has some features that
 may be missing in the other implementations, such as:
  * Supports every output encoding that XML::UM supports - XML::UM
    supports every encoding for which there is a mapping file in the
    XML::Encoding distribution.
  * Pretty printing when used with XML::Filter::Reindent.
  * Fine control over which kind of quotes are used.
  * Supports PerlSAX interface.