libnet-async-http-perl 0.45-1 source package in Ubuntu

Changelog

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

  * Team upload.

  [ Debian Janitor ]
  * Update standards version to 4.4.1, no changes needed.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.

  [ gregor herrmann ]
  * Remove contentless debian/upstream/metadata.
  * Import upstream version 0.45.
  * Update (build) dependencies: depend directly on List::Util.
  * Annotate test-only build dependencies with <!nocheck>.
  * Drop unneeded version constraints from (build) dependencies.
  * debian/watch: use uscan version 4.
  * Update long description.

 -- gregor herrmann <email address hidden>  Thu, 26 Dec 2019 16:25:59 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-async-http-perl_0.45-1.dsc 2.7 KiB 83c79d93d6ae4a6263965f80f5efd28bbfd8e1033072c5601c51bbce88bd48bf
libnet-async-http-perl_0.45.orig.tar.gz 72.0 KiB a0dbe58a145e4f267b68ae0d61715662e617aab2b636b23b7c7e3695a2ceedf8
libnet-async-http-perl_0.45-1.debian.tar.xz 2.0 KiB 04445f233317bcfe416dad0c00ee4de7e398f4de8a4e23e6f561670712e0bd73

Available diffs

No changes file available.

Binary packages built by this source

libnet-async-http-perl: use HTTP with IO::Async

 This object class implements an asynchronous HTTP user agent. It sends
 requests to servers, returning Future instances to yield responses when they
 are received. The object supports multiple concurrent connections to servers,
 and allows multiple requests in the pipeline to any one connection. Normally,
 only one such object will be needed per program to support any number of
 requests.
 .
 As well as using futures the module also supports a callback-based interface.
 .
 Net::Async::HTTP optionally supports SSL connections, if IO::Async::SSL is
 installed. If so, SSL can be requested either by passing a URI with the https
 scheme, or by passing a true value as the SSL parameter.