1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: libxml-simple-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
Nathan Handler <nhandler@ubuntu.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl, libxml-namespacesupport-perl (>= 1.04),
libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl,
libtie-ixhash-perl, libxml-parser-perl
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-simple-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-simple-perl.git
Homepage: http://search.cpan.org/dist/XML-Simple/
Package: libxml-simple-perl
Architecture: all
Depends: ${perl:Depends}, libxml-namespacesupport-perl (>= 1.04),
libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl, ${misc:Depends}
Description: Perl module for reading and writing XML
The XML::Simple module provides a simple API layer on top of an underlying
XML parsing module to maintain XML files (especially configuration
files). Two functions are exported: XMLin() and XMLout().
.
The simplest approach is to call these two functions directly, but an
optional object oriented interface allows them to be called as
methods of an XML::Simple object. The object interface can also be
used at either end of a SAX pipeline.
|