libtest-tcp-perl 2.22-2 source package in Ubuntu

Changelog

libtest-tcp-perl (2.22-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.

  [ gregor herrmann ]
  * Require libio-socket-ip-perl 0.39-3 at build and runtime to avoid
    failures on IPv6-only hosts (cf. #964902).
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Tue, 08 Sep 2020 16:38:42 +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
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-tcp-perl_2.22-2.dsc 2.4 KiB 8c6ee817198e8bce923658de4e438758ed229ae23f435060ab782b9c5c996bc7
libtest-tcp-perl_2.22.orig.tar.gz 26.0 KiB 3e53c3c06d6d0980a2bfeb915602b714e682ee211ae88c11748cf2cc714e7b57
libtest-tcp-perl_2.22-2.debian.tar.xz 3.8 KiB 12edd9fd9cda5167481324eca52a2c835f1c42d10d954ceb551d6a76e68c6517

Available diffs

No changes file available.

Binary packages built by this source

libtest-tcp-perl: module to test TCP/IP programs

 Test::TCP is a Perl test framework for TCP/IP programs, especially those
 written in Perl. For example, to test a client or server written in Perl,
 one simply specifies code to launch the server on an arbitrary port and
 provides corresponding code to execute a client to connect to it.
 .
 This module also supports running multiple servers in the same test file.