libxml-writer-perl 0.900-2 source package in Ubuntu

Changelog

libxml-writer-perl (0.900-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.
  * Update standards version to 4.6.1, no changes needed.
  * Apply multi-arch hints. + libxml-writer-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 16:46:24 +0000

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-writer-perl_0.900-2.dsc 2.2 KiB cdcaa3e40ba831653ed6b48dca26a67817d6e63ec9da77b0a722ca38aa86e827
libxml-writer-perl_0.900.orig.tar.gz 29.1 KiB 73c8f5bd3ecf2b350f4adae6d6676d52e08ecc2d7df4a9f089fa68360d400d1f
libxml-writer-perl_0.900-2.debian.tar.xz 5.2 KiB 890b2be82c72bc6b0918a51d00ad6f2a6bec277b13fe7d416e07479f9374ebd6

Available diffs

No changes file available.

Binary packages built by this source

libxml-writer-perl: Perl module for writing XML documents

 XML::Writer is a helper module for Perl programs that write an XML
 document. The module handles all escaping for attribute values and
 character data and constructs different types of markup, such as
 tags, comments, and processing instructions.
 .
 By default, the module performs several well-formedness checks to
 catch errors during output. This behaviour can be extremely useful
 during development and debugging, but it can be turned off for
 production-grade code.
 .
 The module can operate either in regular mode in or Namespace
 processing mode. In Namespace mode, the module will generate
 Namespace Declarations itself, and will perform additional checks on
 the output.
 .
 Additional support is available for a simplified data mode with no
 mixed content: newlines are automatically inserted around elements
 and elements can optionally be indented based as their nesting
 level.