libanyevent-perl 7.110-1build1 source package in Ubuntu

Changelog

libanyevent-perl (7.110-1build1) xenial; urgency=medium

  * No-change rebuild for perl 5.22.1.

 -- Mathieu Trudel-Lapierre <email address hidden>  Fri, 18 Dec 2015 15:44:58 -0500

Upload details

Uploaded by:
Mathieu Trudel-Lapierre
Uploaded to:
Xenial
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libanyevent-perl_7.110.orig.tar.gz 289.6 KiB 8bf1b59860d04daeec4f6f56e3b86b581dfabacbc3ba0442e493e267b4b9f522
libanyevent-perl_7.110-1build1.debian.tar.xz 8.7 KiB ef3d390b832aeb284040f831a40f4d01e08de1d0b6da642071a5947dee3e6ddd
libanyevent-perl_7.110-1build1.dsc 2.4 KiB 4a97fde320a67c71b4c1a17ae916902b54b58fe82f66f8303abdaf42fbeaf2c2

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.
 .
 During the first call of any watcher-creation method, the module tries to
 detect the currently loaded event loop by probing whether one of the
 following modules is already loaded: EV, AnyEvent::Loop, Event, Glib, Tk,
 Event::Lib, Qt, POE. The first one found is used. If none are detected, the
 module tries to load the first four modules in the order given; but note that
 if EV is not available, the pure-perl AnyEvent::Loop should always work, so
 the other two are not normally tried.