Source: libhttp-daemon-ssl-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Build-Depends:
 debhelper (>= 10),
Build-Depends-Indep:
 libhttp-daemon-perl | libwww-perl (<< 6),
 libio-socket-ssl-perl,
 libtest-www-mechanize-perl,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>,
Standards-Version: 4.1.4
Homepage: https://metacpan.org/release/HTTP-Daemon-SSL
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-daemon-ssl-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-daemon-ssl-perl.git

Package: libhttp-daemon-ssl-perl
Architecture: all
Depends:
 libhttp-daemon-perl | libwww-perl (<< 6),
 libio-socket-ssl-perl,
 ${misc:Depends},
 ${perl:Depends},
Suggests:
 libhttp-message-perl,
Description: Simple HTTP server class with SSL support
 HTTP::Daemon::SSL is a descendant of HTTP::Daemon that uses SSL sockets
 (via IO::Socket::SSL) instead of cleartext sockets.  It also handles
 SSL-specific problems, such as dealing with HTTP clients that attempt
 to connect to it without using SSL.