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

Changelog

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

  * Team upload.
  * Import upstream version 6.22.
  * Update debian/upstream/metadata.
  * Update years of upstream copyright.

 -- gregor herrmann <email address hidden>  Sun, 23 Jan 2022 03:13:15 +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
Mantic release main perl
Lunar release main perl
Kinetic release main perl
Jammy release main perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-http-perl_6.22-1.dsc 2.4 KiB 31f93ea2cbbed4db7cac9b40478ae19c9385596f60f5ef1a0705c55cb71b38b9
libnet-http-perl_6.22.orig.tar.gz 38.2 KiB 62faf9a5b84235443fe18f780e69cecf057dea3de271d7d8a0ba72724458a1a2
libnet-http-perl_6.22-1.debian.tar.xz 3.6 KiB 12f0d8dbb894d7ca9501c0d847fc417b307abf7352618cdd2545d9e524a10785

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.