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.
|