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

Changelog

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

  * Team upload

  [ Nicholas Bamber ]
  * New upstream release 1.16

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Nathan Handler ]
  * Email change: Nathan Handler -> <email address hidden>

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * debian/control: remove Nicholas Bamber from Uploaders on request of
    the MIA team.
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Florian Schlichting ]
  * Add debian/upstream/metadata
  * Import upstream version 1.18
  * Update license stanzas in d/copyright
  * Bump copyright years
  * Bump dh compat to level 9
  * Declare compliance with Debian Policy 3.9.6
  * Mark package autopkgtest-able

 -- Florian Schlichting <email address hidden>  Sun, 23 Aug 2015 16:12:24 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low 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-poe-server-tcp-perl_1.18-1.dsc 2.3 KiB 7ce99c53e85c711d2dae6c0341f4e6bb71507b8d8f30fed55a1c2c61e7249dd7
libtest-poe-server-tcp-perl_1.18.orig.tar.gz 21.9 KiB 76f911b7171af0ad91187faa2f941a5f1f038bb5405303332046548d2060676f
libtest-poe-server-tcp-perl_1.18-1.debian.tar.xz 3.0 KiB 642423ab2234096fc96f88f22eccb7aad9f1d81a4b8a60ee49b726c0cc57d85a

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.