File: control

package info (click to toggle)
libpasswd-unix-perl 0.700-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 824; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 809 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: libpasswd-unix-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcrypt-passwdmd5-perl, libstruct-compare-perl, perl
Maintainer: Jonas Genannt <jonas.genannt@capi2name.de>
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/Passwd-Unix

Package: libpasswd-unix-perl
Architecture: all
Depends: libcrypt-passwdmd5-perl,
         libstruct-compare-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: object-oriented and function interface to standard Unix files
 The Passwd::Unix module provides an abstract interface to /etc/passwd,
 /etc/shadow and /etc/group format files. It is inspired by Unix::PasswdFile
 module (that one does not handle /etc/shadow file, what is necessary in
 modern systems like Sun Solaris 10 or Linux).