Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37772377
en ru br
ALT Linux repos
S:0.53-alt2.2

Group :: Development/Perl
RPM: perl-XML-Bare

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define dist XML-Bare
Name: perl-%dist
Version: 0.53
Release: alt2.1.1.1

Summary: A minimal XML parser / schema checker / pretty-printer using C internally
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: http://www.cpan.org/authors/id/C/CO/CODECHILD/XML-Bare-%{version}.tar.gz

# Automatically added by buildreq on Sat Oct 08 2011

BuildRequires: perl-Test-Pod

%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.

%prep
%setup -q -n %dist-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_archlib/XML
%perl_vendor_autolib/XML

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin