libxml-writer-perl 0.615-1 source package in Ubuntu

Changelog

libxml-writer-perl (0.615-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ gregor herrmann ]
  * New upstream release.
  * Update years of packaging copyright and license stanzas in
    debian/copyright.
  * Switch to debhelper compatibility level 8.
  * Bump Standards-Version to 3.9.2 (no changes).

 -- gregor herrmann <email address hidden>  Fri, 20 Jan 2012 22:22:14 +0100

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 Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libxml-writer-perl_0.615-1.dsc 2.2 KiB 337286d6569815c32978564f912732b0853130a544bc0d36fc0521b2c2d50c50
libxml-writer-perl_0.615.orig.tar.gz 26.8 KiB f05384f7b0686cce9e83fa5f16f3603e3805c969ff88e60c2d7f08183a10f496
libxml-writer-perl_0.615-1.debian.tar.gz 4.9 KiB 6a81f80a8a3cb68edf91e51e976afb1afdace70afc4a743778508263359a45e6

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.