libpoe-component-client-keepalive-perl 0.2720-3 source package in Ubuntu

Changelog

libpoe-component-client-keepalive-perl (0.2720-3) unstable; urgency=medium

  * Fix autopkgtests: the smoke test needs more files.
  * Add runtime dependency on netbase.
    Thanks to (local) autopkgtests.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
  * Update alternative build dependencies.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Sat, 18 Jun 2022 16:22:23 +0200

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
libpoe-component-client-keepalive-perl_0.2720-3.dsc 2.8 KiB 406966c67508f7b085f0b6e16d8c3cf391dcde3101b88c4cbb8202803c23398a
libpoe-component-client-keepalive-perl_0.2720.orig.tar.gz 40.9 KiB 8c0819100f859fbfe0a13454773ee3b6f47cd7e85a317ad62ec35507cb3c36cb
libpoe-component-client-keepalive-perl_0.2720-3.debian.tar.xz 3.9 KiB fa1bc4d11c012d496aee5af1012d8e0ed69db8da5cdd7c3b1be275400e2adb4c

Available diffs

No changes file available.

Binary packages built by this source

libpoe-component-client-keepalive-perl: POE component that manages and keeps alive client connections

 POE::Component::Client::Keepalive creates and manages connections for other
 components. It maintains a cache of kept-alive connections for quick reuse.
 It is written specifically for clients that can benefit from kept-alive
 connections, such as HTTP clients. Using it for one-shot connections would
 probably be silly.