File: control

package info (click to toggle)
libcrypt-unixcrypt-perl 1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 88 kB
  • sloc: perl: 607; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,063 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
21
22
23
24
25
Source: libcrypt-unixcrypt-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl (>= 5.8.0-7)
Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcrypt-unixcrypt-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-unixcrypt-perl.git
Homepage: https://metacpan.org/release/Crypt-UnixCrypt
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libcrypt-unixcrypt-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl-only implementation of the crypt(3) function
 The Crypt::UnixCrypt module is a portable implementation of the Unix
 library function crypt().  It is especially useful on systems whose
 perl does not implement the built-in crypt() function.
 .
 This module won't overload a built-in crypt() unless forced by a true
 value of the variable $Crypt::UnixCrypt::OVERRIDE_BUILTIN.