libnet-async-fastcgi-perl 0.25-2 source package in Ubuntu

Changelog

libnet-async-fastcgi-perl (0.25-2) unstable; urgency=medium

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sat, 10 Dec 2022 23:15:30 +0000

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-async-fastcgi-perl_0.25-2.dsc 2.3 KiB ce797af07fb74322059613b9b8168ef3652319c575bf621b563c6e9697376a55
libnet-async-fastcgi-perl_0.25.orig.tar.gz 35.5 KiB 478ca5ad8e23c1292867952e1e2e70847477cb5bf4423a11c98c66170ed6182c
libnet-async-fastcgi-perl_0.25-2.debian.tar.xz 1.9 KiB 58384481dada874742214ac9c87bc600539cccd6fe49dd631921e13ffd0b1fd3

Available diffs

No changes file available.

Binary packages built by this source

libnet-async-fastcgi-perl: FastCGI engine using IO::Async

 Net::Async::FastCGI allows a program to respond asynchronously to FastCGI
 requests, as part of a program based on IO::Async. An object in this class
 represents a single FastCGI responder that the webserver is configured to
 communicate with. It can handle multiple outstanding requests at a time,
 responding to each as data is provided by the program. Individual outstanding
 requests that have been started but not yet finished, are represented by
 instances of Net::Async::FastCGI::Request.