starlet 0.31-2 source package in Ubuntu

Changelog

starlet (0.31-2) unstable; urgency=medium

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

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libtest-tcp-perl.

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 23:47:29 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
starlet_0.31-2.dsc 2.0 KiB b16e4d1a63181dbeb89a4fa9380151093eeeee9367040d9abfccf665537e1bef
starlet_0.31.orig.tar.gz 108.7 KiB b9603b8e62880cb4582f6a7939eafec65e6efd3d900f2c7dd342e5f4c68d62d8
starlet_0.31-2.debian.tar.xz 3.4 KiB d78396a89bc692c0b37d6ef48ba280c920a12a98c0e3a55739290e8d80aaf7ed

Available diffs

No changes file available.

Binary packages built by this source

starlet: simple, high-performance PSGI/Plack HTTP server

 Starlet is a standalone HTTP/1.0 server with keep-alive support, formerly
 known as Plack::Server::Standalone::Prefork and
 Plack::Server::Standalone::Prefork::Server::Starter.
 .
 The server supports following features, and is suitable for running HTTP
 application servers behind a reverse proxy.
 .
  - prefork and graceful shutdown using Parallel::Prefork
  - hot deploy using Server::Starter
  - fast HTTP processing using HTTP::Parser::XS (optional)