File: control

package info (click to toggle)
libpath-iter-perl 0.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: perl: 82; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 785 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libpath-iter-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpath-iter-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpath-iter-perl.git
Homepage: https://metacpan.org/release/Path-Iter

Package: libpath-iter-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module for simple efficient path iteration
 Path::Iter allows one to iterate through the contents of a given path without
 having to build the entire list first.