libtest-tcp-perl 2.14-1 source package in Ubuntu

Changelog

libtest-tcp-perl (2.14-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 2.14
  * Bump debhelper compatibility level to 9

 -- Lucas Kanashiro <email address hidden>  Tue, 06 Oct 2015 16:49:28 -0300

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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-tcp-perl_2.14-1.dsc 2.4 KiB 343526e14c9369fe82134250eb23e7c3eb33c445e19c4d3ae7e142671a189f5d
libtest-tcp-perl_2.14.orig.tar.gz 23.0 KiB b96a3f364748280146fa30a129c72c104133f6768872788b688ea88d4f7d7d01
libtest-tcp-perl_2.14-1.debian.tar.xz 3.3 KiB dd7755d531c9d6435ac774178038418c160fc7ca114a063ada81f5425b8d987f

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.