Package perl-XML-Twig: Information

    Source package: perl-XML-Twig
    Version: 3.37-alt1
    Build time:  Dec 22, 2010, 02:56 AM
    Category: Development/Perl
    Report package bug
    License: GPL or Artistic
    Summary: A perl module for processing huge XML documents in tree mode
    Description: 
    This module provides a way to process XML documents. It is build on top
    of XML::Parser.  The module offers a tree interface to the document, while
    allowing you to output the parts of it that have been completely processed.
    
    This package also contains the following utilities:
    
    xml_pp		XML pretty printer
    xml_grep	grep XML files looking for specific elements
    xml_spellcheck	spellcheck XML files skipping tags
    xml_split	cut a big XML file into smaller chunks
    xml_merge	merge back XML files split with xml_split

    List of rpms provided by this srpm:
    perl-XML-Twig (noarch)

    Maintainer: Alexey Tourbin

    List of contributors:
    Alexey Tourbin
    Stanislav Ievlev

    ACL:
    Alexey Tourbin
    @cpan
    @qa

      1. perl-HTML-Tree
      2. perl-IO-String
      3. perl-IO-stringy
      4. perl-Test-Pod
      5. perl-Tie-IxHash
      6. perl-XML-SAX-Writer
      7. perl-XML-Simple
      8. perl-XML-XPath
      9. perl-YAML
      10. perl-podlators
      11. perl-unicore
      12. expat

    Last changed


    Dec. 22, 2010 Alexey Tourbin 3.37-alt1
    - 3.29 -> 3.37
    Jan. 23, 2007 Alexey Tourbin 3.29-alt1
    - 3.26 -> 3.29
    Sept. 1, 2006 Alexey Tourbin 3.26-alt2
    - fixed test suite, which broke due to changes in perl-5.8.8@28443
      peephole optimiser; illegal division 0/0 is now ok at compile time
      because of the possibility of unreachable code
    - packaged manual pages for xml_grep et al.