libtest-poe-server-tcp-perl 1.14-1 source package in Ubuntu

Changelog

libtest-poe-server-tcp-perl (1.14-1) unstable; urgency=low

  * New upstream release
  * Upped standards to 3.9.1 and added myself to Uploaders
  * updated copyright

libtest-poe-server-tcp-perl (1.12-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: remove stanza about removed files.
  * Set Standards-Version to 3.9.0 (no changes).
  * debian/control: remove build dependencies that are not required anymore
    due to changes in the test suite.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  15 Oct 2010 09:42:29 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Natty
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl
Precise release universe perl

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtest-poe-server-tcp-perl_1.14.orig.tar.gz 21.3 KiB 8104c47e103f5ad14fd69a907715208af2788e14445a4cd8d23da75f5f40f5a8
libtest-poe-server-tcp-perl_1.14-1.debian.tar.gz 2.7 KiB 4a9a257e5e9e8e035accc809cb274fa816f2c2f891e3a43acd69b9c4f1b93fc1
libtest-poe-server-tcp-perl_1.14-1.dsc 2.2 KiB 0f6884be3d9bc5afffdb36dc6ab61704f1919c0bdf185486f68f613692e6f565

Available diffs

View changes file

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.