libxml-writer-perl 0.625-ok1 source package in openKylin

Changelog

libxml-writer-perl (0.625-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libxml-writer-perl_0.625.orig.tar.gz 28.3 KiB e080522c6ce050397af482665f3965a93c5d16f5e81d93f6e2fe98084ed15fbe
libxml-writer-perl_0.625-ok1.debian.tar.xz 2.1 KiB 3aa41a97af196060e680647fccf33895be62bc9c624193a924e040f7e22f4120
libxml-writer-perl_0.625-ok1.dsc 2.1 KiB b17c03f6b7d432979872b58f22f06ea7629bfa17368fc86e049349b4189c36fe

View changes file

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.