libxml-filter-reindent-perl 0.03-8.1 source package in Ubuntu

Changelog

libxml-filter-reindent-perl (0.03-8.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Wed, 06 Jan 2021 19:44:36 +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
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-filter-reindent-perl_0.03-8.1.dsc 2.2 KiB 172058d009f05adc992d04b34ea43ef4f13668cc0d2e987bfdbade9e07da38e0
libxml-filter-reindent-perl_0.03.orig.tar.gz 4.6 KiB 50f99007caf0118b83d7a281253d5bb6f3bda5804ea3e2afc1a752e7e64e229d
libxml-filter-reindent-perl_0.03-8.1.debian.tar.xz 3.5 KiB 19da48e253a8a9c8084be9c25f3451c7ee7986bb4e23ca84bda23ebef1e35aa3

Available diffs

No changes file available.

Binary packages built by this source

libxml-filter-reindent-perl: Perl module for reformatting whitespace for pretty printing XML

 XML::Filter::Reindent can be used as a PerlSAX filter to reformat an XML
 document before sending it to a PerlSAX handler that prints it (like
 XML::Handler::Composer).
 .
 Like XML::Filter::DetectWS, it detects ignorable whitespace and
 blocks of whitespace characters in certain places. It uses this
 information and information supplied by the user to determine where
 whitespace may be modified, deleted or inserted. Based on the indent
 settings, it then modifies, inserts and deletes characters and
 ignorable_whitespace events accordingly.
 .
 This is just a first stab at the implementation. It may be buggy and
 may change completely!
 .
 The suggested package is only needed for the example 'pretty.pl'