File: control

package info (click to toggle)
libstat-lsmode-perl 0.50-7.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 64 kB
  • sloc: perl: 131; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 889 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: libstat-lsmode-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11), perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Russ Allbery <rra@debian.org>
Standards-Version: 4.1.5
Homepage: https://metacpan.org/release/Stat-lsMode
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libstat-lsmode-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libstat-lsmode-perl
Testsuite: autopkgtest-pkg-perl

Package: libstat-lsmode-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module to format file modes like ls -l
 Stat::lsMode provides Perl functions to format file modes in the same way
 that ls -l does (into strings like drwxr-xr-x, for example).  It handles
 all the expected variations, including setuid, setgid, and sticky bits
 and special file types.