libxml-twig-perl 1:3.52-3 source package in Ubuntu

Changelog

libxml-twig-perl (1:3.52-3) unstable; urgency=medium

  * Backup/restore Twig.pm which gets modified during build.
    (Closes: #1048176)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Fri, 08 Mar 2024 21:23:22 +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 main perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-twig-perl_3.52-3.dsc 3.0 KiB 2430505c15bc574b5885aab725915f69323acfb196b8a4fbbec8389edc356566
libxml-twig-perl_3.52.orig.tar.gz 398.2 KiB fef75826c24f2b877d0a0d2645212fc4fb9756ed4d2711614ac15c497e8680ad
libxml-twig-perl_3.52-3.debian.tar.xz 8.2 KiB 38c6ef46d2d9e2193084a3d362aef38ef6307e731a1122924346cb485d6311ea

Available diffs

No changes file available.

Binary packages built by this source

libxml-twig-perl: Perl module for processing huge XML documents in tree mode

 The XML::Twig module provides a way to process XML documents. It is built on
 top of XML::Parser.
 .
 The module offers a tree interface to the document, while allowing to
 output the parts of it that have been completely processed.
 .
 It allows minimal resource (CPU and memory) usage by building the
 tree only for the parts of the documents that need actual processing,
 through the use of the twig_roots and twig_print_outside_roots
 options. The finish and finish_print methods also help to increase
 performance.
 .
 XML::Twig tries to make simple things easy so it tries its best to
 takes care of a lot of the (usually) annoying (but sometimes
 necessary) features that come with XML and XML::Parser.

xml-twig-tools: command line tools for processing XML documents

 These tools are included:
  * xml_spellcheck : spellcheck XML files skipping tags
  * xml_merge : merge back files created by xml_split
  * xml_pp : XML pretty printer
  * xml_grep : grep XML files using XML::Twig's subset of XPath
  * xml_split : split big XML files