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