Source: libnet-http-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
               perl (>= 5.17.1) | libcpan-meta-perl,
               perl (>= 5.19.8) | libio-socket-ip-perl,
               liburi-perl
Build-Depends-Indep: perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-http-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-http-perl.git
Homepage: https://metacpan.org/release/Net-HTTP

Package: libnet-http-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         perl (>= 5.19.8) | libio-socket-ip-perl,
         liburi-perl
Recommends: libio-socket-ssl-perl (>= 2.012)
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.
