1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libxml-node-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/XML-Node/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-node-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-node-perl/
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl, libxml-parser-perl
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.
|