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

Changelog

libxml-twig-perl (1:3.37-1ubuntu1) oneiric; 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.37-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/02_perl_path.diff: Removed.
  * debian/patches/05_firstlast.diff: Removed.
  * debian/rules: Completed clean rule.
  * debian/control: xml-twig-tools Depends: libxml-twig-perl (>= 1:3.34).
    Closes: #584569.
 -- Steve Langasek <email address hidden>   Sat, 04 Jun 2011 00:54:08 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libxml-twig-perl_3.37.orig.tar.gz 359.6 KiB e0da8451b09d6b55d2da60d6870777c2a4cc592805aea35043284597f8cd54c9
libxml-twig-perl_3.37-1ubuntu1.diff.gz 6.6 KiB 50fd3a6a94a63d2bb3c640fc0ea46aaa070421a669b2cdcda7dcc10ffddde557
libxml-twig-perl_3.37-1ubuntu1.dsc 2.1 KiB c7084301391c6aaf73d7055d278131ef69ac4c17abfd5824d584c6b8b3b6bc03

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