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
|
Source: libxml-node-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
libxml-parser-perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-node-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libxml-node-perl.git
Homepage: https://metacpan.org/release/XML-Node
Package: libxml-node-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libxml-parser-perl
Description: Perl module for parsing XML files node based
The XML::Node module allows you to register callback functions or variables
for any XML node. If you register a call back function, it will be
called when the node of the type you specified are encountered. If
you register a variable, the content of an XML node will be appended
to that variable automatically.
|