libanyevent-perl 6.110-1 source package in Ubuntu

Changelog

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

  * New upstream release.

libanyevent-perl (6.100-2) unstable; urgency=low

  * Add libev-perl to Build-Depends and Suggests
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  12 Dec 2011 11:58:53 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
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_6.110.orig.tar.gz 263.8 KiB b9e6f7bdcf3a19c4d8c854ac71beb55ecbbd347506d86324d3e4d681b2fae813
libanyevent-perl_6.110-1.debian.tar.gz 6.6 KiB 83d8818a7f4d0a6b7005082d05289f3abfaa3a065de1e8f3718f135324338afa
libanyevent-perl_6.110-1.dsc 2.3 KiB 744a99488aef8856d14081c17e9321f15e8250427f2c53c5ca8d57783da81a3c

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.