libanyevent-perl 7.070-1 source package in Ubuntu
Changelog
libanyevent-perl (7.070-1) unstable; urgency=medium [ Xavier Guimard ] * Imported Upstream version 7.070 * Bump Standards-Version to 3.9.5 * Remove declare-encoding-in-pod patch now included in upstream * Refresh patches offsets [ gregor herrmann ] * This release contains a fix for "FBFTS: AnyEvent fails t/81_hosts.t on system with OpenDNS". (Closes: #731794) -- Xavier Guimard <email address hidden> Sun, 22 Dec 2013 13:26:03 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libanyevent-perl_7.070-1.dsc | 2.4 KiB | b079f2daed75c6fdfd487afe016ee5f76f0a179bb1d7fcf40f114da020ae3e62 |
libanyevent-perl_7.070.orig.tar.gz | 286.1 KiB | 4c4cc8e877bc8812e17aad29ae8d6364066bf2a0d1e4de9de14fb01e02a43106 |
libanyevent-perl_7.070-1.debian.tar.gz | 8.7 KiB | e96dd257f8fdca2a6ee4a22ea54f994101b5c83cee21133e24df587ec7f476eb |
Available diffs
- diff from 7.050-1 to 7.070-1 (10.8 KiB)
No changes file available.
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.