libtest-poe-server-tcp-perl 1.20-3 source package in Ubuntu

Changelog

libtest-poe-server-tcp-perl (1.20-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 14:36:08 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-poe-server-tcp-perl_1.20-3.dsc 2.2 KiB e498b2b7055c5b7f16d299a0916f85da63822230debd5f1821c5fe2c04f5d1dc
libtest-poe-server-tcp-perl_1.20.orig.tar.gz 21.9 KiB 9368ceb63580f0f3a877a9295268cbdab538e399e67c0cb5e7d175cac0042c5c
libtest-poe-server-tcp-perl_1.20-3.debian.tar.xz 3.4 KiB ae59f6cee4a1b5134b79e2b042d429c0a786203b3f936657014244afb380e200

Available diffs

No changes file available.

Binary packages built by this source

libtest-poe-server-tcp-perl: test framework for TCP client libraries using POE

 Test::POE::Server::TCP is a Perl Object Environment (POE, see libpoe-perl)
 component that provides a TCP server framework for inclusion in your client
 module's test cases. Once registered, a session will receive events related
 to client connections, disconnections, input and any flushed output. It will
 also get a unique client identifier which may be used in communication with
 the client component when sending data to the client or ending a connection.