1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: libfile-next-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
Ansgar Burchardt <ansgar@debian.org>,
gregor herrmann <gregoa@debian.org>,
Krzysztof Krzyżaniak (eloy) <eloy@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
libtest-pod-perl,
libtest-pod-coverage-perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-next-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfile-next-perl.git
Homepage: https://metacpan.org/release/File-Next
Package: libfile-next-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends}
Description: file-finding iterator
File::Next is an iterator-based module for finding files. It's
lightweight, has no dependencies, runs under taint mode, and puts your
program more directly in control of file selection.
.
It's taken heavily from Mark Jason Dominus' excellent book "Higher
Order Perl". http://hop.perl.plover.com/
|