libxml-twig-perl 1:3.39-1ubuntu1 source package in Ubuntu

Changelog

libxml-twig-perl (1:3.39-1ubuntu1) precise; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Invert the preferences for libxml-xpathengine-perl and
      libxml-xpath-perl, since the latter is in main.

libxml-twig-perl (1:3.39-1) unstable; urgency=low

  * New upstream release.
  * Switch to dpkg-source 3.0 (quilt) format.
  * No longer using cdbs.  Fixes debian-rules-uses-deprecated-makefile.
 -- Steve Langasek <email address hidden>   Tue, 18 Oct 2011 07:28:31 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libxml-twig-perl_3.39.orig.tar.gz 360.6 KiB 33940ed00763cf4def0052b095ac79418da3902b4c6fa67b21e4bf929d1f7fb6
libxml-twig-perl_3.39-1ubuntu1.debian.tar.gz 7.2 KiB de66429d5b1dd8b4cdf3c3ccd81ca1306a4d4ee02c224d2b9c50c8a032ca2d26
libxml-twig-perl_3.39-1ubuntu1.dsc 2.1 KiB f0b6ef25018b8a8b3eaf513cad74c1e6d46376afcb0b1fcf6db70fa3b4ea8711

View changes file

Binary packages built by this source

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

 This 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