Source: libnet-http-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=13),
               libcpan-meta-perl <!nocheck>,
               libio-socket-ip-perl <!nocheck>,
               liburi-perl <!nocheck>
Build-Depends-Indep: perl
Standards-Version: 4.6.0
Homepage: https://metacpan.org/dist/Net-HTTP
Vcs-Browser: https://gitee.com/openkylin/libnet-http-perl
Vcs-Git: https://gitee.com/openkylin/libnet-http-perl.git
Rules-Requires-Root: no

Package: libnet-http-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libio-socket-ip-perl,
         liburi-perl
Recommends: libio-socket-ssl-perl
Description: module providing low-level HTTP connection client
 The Net::HTTP class is a low-level HTTP client.  An instance of the
 Net::HTTP class represents a connection to an HTTP server.  The
 HTTP protocol is described in RFC 2616.  The Net::HTTP class
 supports HTTP/1.0 and HTTP/1.1. Net::HTTP is a sub-class of IO::Socket::INET.
 You can mix its methods with reading and writing from the socket directly.
 This is not necessarily a good idea, unless you know what you are doing.
