libxml-tidy-tiny-perl 0.02-1
Package Information
| Description | module 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. |
|---|---|
| Maintainer | Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> |
| Changed By | Edmund Lodewijks <edmund@proteamail.com> |
| Sponsor | gregoa@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/perl-team/modules/packages/libxml-tidy-tiny-perl.git (browse) |
| Closes | #1145728 |
| Tracker | https://tracker.debian.org/pkg/libxml-tidy-tiny-perl |
| Uploaded | 2 hours ago |
New Package Report
.changes
| Version | 0.02-1 |
|---|---|
| Changed-By | Edmund Lodewijks |
| Architecture | source all |
| Distribution | unstable |
| Date | Wed, 26 Aug 2026 22:33:30 +0200 |
| Source | libxml-tidy-tiny-perl |
Changelog
libxml-tidy-tiny-perl (0.02-1) unstable; urgency=medium . * Initial release. (Closes: #1145728)
.dsc
| Component | main |
|---|---|
| Package-List | libxml-tidy-tiny-perl deb perl optional arch=all |
| Section | perl |
| Priority | optional |
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'.