Package perl-XML-Bare: Information

    Source package: perl-XML-Bare
    Version: 0.47-alt1
    Build time:  Sep 4, 2012, 11:06 AM
    Category: Development/Perl
    Report package bug
    License: GPL or Artistic
    Summary: A minimal XML parser / schema checker / pretty-printer using C internally
    Description: 
    This module is a 'Bare' XML parser. It is implemented in C. The parser
    itself is a simple state engine that is less than 500 lines of C. The
    parser builds a C struct tree from input text. That C struct tree is
    converted to a Perl hash by a Perl function that makes basic calls back
    to the C to go through the nodes sequentially.
    
    The parser itself will only cease parsing if it encounters tags that
    are not closed properly. All other inputs will parse, even invalid
    inputs. To allowing checking for validity, a schema checker is included
    in the module as well.

    List of rpms provided by this srpm:
    perl-XML-Bare (x86_64, i586)
    perl-XML-Bare-debuginfo (x86_64, i586)

    Maintainer: Vladimir Lettiev


    ACL:
    @qa_p7

      1. perl-Test-Pod

    Last changed


    Sept. 1, 2012 Vladimir Lettiev 0.47-alt1
    - 0.45 -> 0.47
    - built for perl-5.16
    Oct. 8, 2011 Alexey Tourbin 0.45-alt1.2
    - rebuilt for perl-5.14
    Nov. 7, 2010 Vladimir Lettiev 0.45-alt1.1
    - rebuilt with perl 5.12