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