libpoe-component-ikc-perl 0.2302-1 source package in Ubuntu

Changelog

libpoe-component-ikc-perl (0.2302-1) unstable; urgency=low

  [ Fabrizio Regalli ]
  * Bump to 3.9.2 Standard-Version.
  * Add myself to Uploaders and Copyright.
  * Switch d/compat to 8.
  * Build-Depends: switch to debhelper (>= 8).
  * Bump to 3.0 quilt format.
  * Update link for license GPL-1 on d/copyright.

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

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ gregor herrmann ]
  * New upstream release, includes a fix for "failing tests"
    (closes: #627269).
  * Bump versioned (build) dependency on libpoe-perl.
  * debian/copyright: update years of upstream copyright, remove
    information about removed inc/*.
  * Add a patch to remove an accidentally added character from the POD.
  * Add build dependency on libpoe-test-loops-perl.
 -- Matthias Klose <email address hidden>   Wed,  21 Sep 2011 10:03:03 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libpoe-component-ikc-perl_0.2302.orig.tar.gz 67.3 KiB 1fa7db0325a82576cfb32c20bc55051c625f621b5373ea0eced937349e0331c0
libpoe-component-ikc-perl_0.2302-1.debian.tar.gz 3.4 KiB 758926baa5546721bc36d3dca6db7fe8637347683d38c3f78e998baf6d99ab7f
libpoe-component-ikc-perl_0.2302-1.dsc 2.3 KiB 3c0e62e826686f9980fa398a8e09f376baba4e488774a600633c97cebbdf8d0f

Available diffs

View changes file

Binary packages built by this source

libpoe-component-ikc-perl: Perl module for POE Inter-Kernel Communication

 POE::Component::IKC provides several Inter-Kernel Communication (IKC) methods
 for the Perl Object Environment (POE) that help exchange events and related
 data between POE kernels.
 .
 This module allows bidirectional communication between two or more instances
 of POE allowing authors to push or retrieve state information from remote
 running kernels using TCP/IP networking. It also provides facilities to
 monitor external instances and fire events when a new client connects or
 disconnects.
 .
 The included server implementation can handle multiple concurrent connections
 and is designed to take advantage of pre-forking for high-demand applications.
 It is easily integrable with non-blocking code because it executes the given
 callback code when an event happens.