libasync-interrupt-perl_1.02-1_i386.changes is NEW

Archive Administrator installer at ftp-master.debian.org
Thu Sep 3 19:17:25 UTC 2009


(new) libasync-interrupt-perl_1.02-1.diff.gz optional perl
(new) libasync-interrupt-perl_1.02-1.dsc optional perl
(new) libasync-interrupt-perl_1.02-1_i386.deb optional perl
Perl module to allow C/XS libraries to interrupt perl
 Async::Interrupt implements asynchronous interruptions (think "UNIX signals",
 which are very similar). Modules might want to run code asynchronously (in
 another thread, or from a signal handler), and then signal the interpreter on
 certain events. One common way is to write data to a pipe and use an event
 handling toolkit to watch for I/O events. Another way is to send a signal.
 Those methods are slow, and in the case of a pipe, also not asynchronous - it
 won't interrupt a running Perl interpreter.
 .
 This module implements asynchronous notifications that enable you to signal
 running Perl code from another thread, asynchronously, and sometimes even
 without using a single syscall.
(new) libasync-interrupt-perl_1.02.orig.tar.gz optional perl
Changes: libasync-interrupt-perl (1.02-1) unstable; urgency=low
 .
  * Initial Release (Closes: #544718)


Override entries for your package:

Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 544718 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the pkg-perl-maintainers mailing list