1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libxml-libxml-iterator-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), perl
Build-Depends-Indep: libxml-libxml-perl, libxml-nodefilter-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/XML-LibXML-Iterator/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-libxml-iterator-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-libxml-iterator-perl/
Package: libxml-libxml-iterator-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libxml-nodefilter-perl,
libxml-libxml-perl
Description: Iterator for XML parse-trees genereated by XML::LibXML
This class allows to iterate through a DOM as it is done through an ordinary
array, i.e. it implements the iterator part of the DOM Traversal and Range
specification.
|