File: control

package info (click to toggle)
libxml-node-perl 0.09-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 68 kB
  • ctags: 18
  • sloc: perl: 205; xml: 77; makefile: 45
file content (15 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libxml-node-perl
Section: interpreters
Priority: optional
Maintainer: Ardo van Rangelrooij <ardo@debian.org>
Standards-Version: 3.1.0

Package: libxml-node-perl
Architecture: all
Depends: ${perl:Depends}, libxml-parser-perl
Description: Perl module providing a node based XML parsing interface
 This Perl 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 a XML node
 will be appended to that variable automatically.