Source: libxml-libxml-iterator-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libmodule-build-perl, perl Build-Depends-Indep: libxml-libxml-perl , libxml-nodefilter-perl Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-libxml-iterator-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-libxml-iterator-perl.git Homepage: https://metacpan.org/release/XML-LibXML-Iterator Rules-Requires-Root: no Package: libxml-libxml-iterator-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libxml-libxml-perl, libxml-nodefilter-perl Description: Iterator for XML parse-trees generated by XML::LibXML XML::LibXML::Iterator allows one 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.