File: control

package info (click to toggle)
libcrypt-unixcrypt-perl 1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 88 kB
  • ctags: 13
  • sloc: perl: 607; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,005 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
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 (>= 9~)
Build-Depends-Indep: perl (>= 5.8.0-7)
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcrypt-unixcrypt-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcrypt-unixcrypt-perl.git
Homepage: https://metacpan.org/release/Crypt-UnixCrypt

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.