libanyevent-perl 5.340-1 source package in Ubuntu

Changelog

libanyevent-perl (5.340-1) unstable; urgency=low

  [ Alessandro Ghedini ]
  * New upstream release
  * Bump debhelper compat level to 8
  * Bump Standards-Version to 3.9.2 (no changes needed)
  * Add myself to Uploaders

  [ gregor herrmann ]
  * Remove version from libnet-ssleay-perl in Suggests, already satisfied in
    oldstable.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  15 May 2011 07:34:03 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libanyevent-perl_5.340.orig.tar.gz 221.4 KiB 0801a35233f2f1a9e53f25d253c22332946eda3fe7b24819e7451401efae83cf
libanyevent-perl_5.340-1.debian.tar.gz 5.4 KiB 2b49e040cd5c689a2926ebd3822146c9ba7ba671b4edb5d4fe157c35a0a9ae07
libanyevent-perl_5.340-1.dsc 2.1 KiB 087b84c8f82ce86459fe5c23ce3c9caaed4619288b08cc1ac3435dc5002c48b3

Available diffs

View changes file

Binary packages built by this source

libanyevent-perl: event loop framework with multiple implementations

 AnyEvent is not an event model itself, it only interfaces to whatever event
 model the main program happens to use, in a pragmatic way. For event models,
 the statement "there can only be one" is a bitter reality: In general, only
 one event loop can be active at the same time in a process. This module
 cannot change this, but it can hide the differences between them.
 .
 The goal of AnyEvent is to offer module authors the ability to do event
 programming (waiting for I/O or timer events) without subscribing to a
 religion, a way of living, and most importantly: without forcing your module
 users into the same thing by forcing them to use the same event model you use.