Source: libauthen-htpasswd-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <christopher.hoskin@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libclass-accessor-perl,
 libcrypt-passwdmd5-perl,
 libio-lockedfile-perl,
 perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libauthen-htpasswd-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libauthen-htpasswd-perl.git
Homepage: https://metacpan.org/release/Authen-Htpasswd
Testsuite: autopkgtest-pkg-perl

Package: libauthen-htpasswd-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libclass-accessor-perl,
 libcrypt-passwdmd5-perl,
 libio-lockedfile-perl
Description: Perl module to read and modify Apache .htpasswd files
 Authen::Htpasswd provides a convenient, object-oriented interface to
 Apache-style .htpasswd files.
 .
 It supports passwords encrypted via MD5, SHA-1, and crypt, as well as plain
 (cleartext) passwords.
 .
 Additional fields after username and password, if present, are accessible via
 the extra_info array.
