Source: libiterator-util-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Axel Beckert Build-Depends: debhelper (>= 9) Build-Depends-Indep: libexception-class-perl (>= 1.21), libiterator-perl (>= 0.01), perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libiterator-util-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libiterator-util-perl.git Homepage: https://metacpan.org/release/Iterator-Util Testsuite: autopkgtest-pkg-perl Package: libiterator-util-perl Architecture: all Depends: libexception-class-perl (>= 1.21), libiterator-perl (>= 0.01), ${misc:Depends}, ${perl:Depends} Description: Useful functions for creating and manipulating iterator objects Iterator::Util implements many useful functions for creating and manipulating iterator objects. . An "iterator" is an object, represented as a code block that generates the "next value" of a sequence, and generally implemented as a closure. For further information, including a tutorial on using iterator objects, see the Iterator documentation.