libxml-writer-perl 0.623-1 source package in Ubuntu
Changelog
libxml-writer-perl (0.623-1) unstable; urgency=low * Team upload [ Nathan Handler ] * Email change: Nathan Handler -> <email address hidden> [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 0.623 * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0) -- Florian Schlichting <email address hidden> Mon, 26 Aug 2013 21:04:35 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libxml-writer-perl_0.623-1.dsc | 2.2 KiB | 63a29b6254687a2c5a803e5feb9480e593fb7d7bc1bfc15284385b8284cf0cd1 |
libxml-writer-perl_0.623.orig.tar.gz | 28.0 KiB | 0b409ab1d7b4fbcf5afd47df3d09bac16cef521953fb04158dc418ca8ef56727 |
libxml-writer-perl_0.623-1.debian.tar.gz | 5.0 KiB | 62eef81986df551b48247eef1fc591f24283f8a8522ebaa4d1e410f73f3b4cd3 |
Available diffs
- diff from 0.615-1 to 0.623-1 (4.0 KiB)
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.