libanyevent-perl 7.140-1build1 source package in Ubuntu

Changelog

libanyevent-perl (7.140-1build1) bionic; urgency=medium

  * No-change rebuild against perlapi-5.26.1

 -- Steve Langasek <email address hidden>  Thu, 02 Nov 2017 05:38:18 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
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.140.orig.tar.gz 294.6 KiB 539358d225bad34b4a64f5217f8c2a707b15e3a28c74120c9dd2270c7cca7d2a
libanyevent-perl_7.140-1build1.debian.tar.xz 11.2 KiB eb022cd3d6ce186e3399ee26cf43b9712cc59b4f9547ad6e8cbde1effdf71025
libanyevent-perl_7.140-1build1.dsc 2.4 KiB b658660d335ba890ab25b93ddb18b4d8686c2cb7624cff9bf2da1e711305f99d

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.