libnet-http-perl 6.20-1 source package in Ubuntu

Changelog

libnet-http-perl (6.20-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 6.20.
  * Declare compliance with Debian Policy 4.5.1.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Sun, 10 Jan 2021 19:03:12 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-http-perl_6.20-1.dsc 2.4 KiB 8bba370528a9752ead7c65e4ea415eda75ee6e9f1aaa0beb5400b817e44960e8
libnet-http-perl_6.20.orig.tar.gz 37.8 KiB 92527b2a24512961b8e3637c6216a057751e39b6fa751422ed181ff599779f1e
libnet-http-perl_6.20-1.debian.tar.xz 3.6 KiB c78c90cce070b6409ed98d5627cefb9d3d70a7265902586117969b8488922215

Available diffs

No changes file available.

Binary packages built by this source

libnet-http-perl: 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.