libanyevent-perl 7.170-2build3 source package in Ubuntu

Changelog

libanyevent-perl (7.170-2build3) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 21:21:08 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl

Downloads

File Size SHA-256 Checksum
libanyevent-perl_7.170.orig.tar.gz 297.7 KiB 50beea689c098fe4aaeb83806c40b9fe7f946d5769acf99f849f099091a4b985
libanyevent-perl_7.170-2build3.debian.tar.xz 12.6 KiB 4b8406252642bd8827896b19c1c10d6e950b6108d34f2a106916f6d41665e6a7
libanyevent-perl_7.170-2build3.dsc 2.5 KiB b8c9e83997e0cc6c61e7e7fd755260eea39d291bffbd2620c6279a783a21969f

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.
 .
 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.