DFSG NEW Queue

DFSG, Licensing & New Packages Team

libxml-tidy-tiny-perl 0.02-1

Package Information

Descriptionmodule to indent XML without parsing it

XML::Tidy::Tiny re-indents an XML document by splitting it on tag boundaries and tracking nesting depth, indenting each level by two spaces. Elements whose content is plain text stay on one line; any XML declaration is kept on a line of its own, and whitespace-only text between tags is discarded.

It exports a single function, xml_tidy. There is no parser and no validation, so it has no dependencies beyond core Perl and it will reformat input that is not well-formed. Use XML::Tidy if you need a tidier that understands the document.

MaintainerDebian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Changed ByEdmund Lodewijks <edmund@proteamail.com>
Sponsorgregoa@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/perl-team/modules/packages/libxml-tidy-tiny-perl.git (browse)
Closes#1145728
Trackerhttps://tracker.debian.org/pkg/libxml-tidy-tiny-perl
Uploaded2 hours ago

New Package Report

.changes
Version0.02-1
Changed-ByEdmund Lodewijks
Architecturesource all
Distributionunstable
DateWed, 26 Aug 2026 22:33:30 +0200
Sourcelibxml-tidy-tiny-perl
Changelog
libxml-tidy-tiny-perl (0.02-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1145728)
.dsc
Componentmain
Package-Listlibxml-tidy-tiny-perl deb perl optional arch=all
Sectionperl
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: XML-Tidy-Tiny
Upstream-Contact: A. G. Grishayev <grian@cpan.org>
Source: https://metacpan.org/release/XML-Tidy-Tiny

Files: *
Copyright: 2011, A. G. Grishayev <grian@cpan.org>
License: Artistic or GPL-1+

Files: debian/*
Copyright: 2026, Edmund Lodewijks <edmund@proteamail.com>
License: Artistic or GPL-1+

License: Artistic
 This program is free software; you can redistribute it and/or modify
 it under the terms of the Artistic License, which comes with Perl.
 .
 On Debian systems, the complete text of the Artistic License can be
 found in `/usr/share/common-licenses/Artistic'.

License: GPL-1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 1, or (at your option)
 any later version.
 .
 On Debian systems, the complete text of version 1 of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-1'.

Back to Dashboard | View all reviews for this package