libnet-https-nb-perl 0.15-2 source package in Ubuntu

Changelog

libnet-https-nb-perl (0.15-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian wrong-path-for-interpreter error

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

 -- Jelmer Vernooij <email address hidden>  Thu, 16 Jun 2022 16:37:57 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-https-nb-perl_0.15-2.dsc 2.1 KiB dba84a30541c3f8c4d9c6a196a69c9630f4479bd772e170a2c5d6e9efdf49507
libnet-https-nb-perl_0.15.orig.tar.gz 5.8 KiB 6a69cf4fa55fba3bbbd2262ee14282ed8310736d8f5ac94d1a6c597cd1278c4f
libnet-https-nb-perl_0.15-2.debian.tar.xz 2.3 KiB af09107d865a47b2563084d1fc9c61ab037808a275326bd75de7943039f0778a

Available diffs

No changes file available.

Binary packages built by this source

libnet-https-nb-perl: low-level non-blocking HTTPS client

 Net::HTTPS::NB provides a non-blocking HTTPS client. It has the same
 interface as Net::HTTPS and Net::HTTP, but it will never try multiple
 reads when the read_response_headers() or read_entity_body() methods are
 invoked. If read_response_headers() did not see enough data to complete
 the headers an empty list is returned. If read_entity_body() did not see
 new entity data in its read the value -1 is returned.