Source: libcrypt-unixcrypt-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Axel Beckert 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.