File: control

package info (click to toggle)
libfile-dirlist-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 88 kB
  • sloc: perl: 91; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 823 bytes parent folder | download
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
Source: libfile-dirlist-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 perl,
Standards-Version: 4.5.0
Homepage: https://metacpan.org/release/File-DirList
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-dirlist-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-dirlist-perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

Package: libfile-dirlist-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
Description: provide a sorted list of directory content
 File::DirList is used to get a list of directory content. It is a simple
 wrapper around DirHandle and sort().