SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Async-Interrupt rpm build for : RedHat EL 6. For other distributions click perl-Async-Interrupt.

Name : perl-Async-Interrupt
Version : 1.05 Vendor : Dag Apt Repository, http://dag_wieers_com/apt/
Release : 1.el6.rf Date : 2011-06-20 00:00:10
Group : Applications/CPAN Source RPM : perl-Async-Interrupt-1.05-1.el6.rf.src.rpm
Size : 0.16 MB
Packager : Steve Huff < shuff_vecna_org>
Summary : Allow C/XS libraries to interrupt Perl asynchronously
Description :
This module implements a single feature only of interest to advanced perl
modules, namely asynchronous interruptions (think \"UNIX signals\", which are
very similar).

Sometimes, modules wish to run code asynchronously (in another thread, or from
a signal handler), and then signal the perl interpreter on certain events. One
common way is to write some 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.

RPM found in directory: /vol/rzm3/linux-dag/dag/redhat/el6/en/i386/dag/RPMS

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Async-Interrupt-1.05-1.el6.rf.i686.rpm
ftp.icm.edu.pl  perl-Async-Interrupt-1.05-1.el6.rf.i686.rpm
ftp.icm.edu.pl  perl-Async-Interrupt-1.05-1.el6.rf.i686.rpm
     Search for other platforms
perl-Async-Interrupt-1.05-1.el6.rf.sparc.rpm
perl-Async-Interrupt-1.05-1.el6.rf.alpha.rpm
perl-Async-Interrupt-1.05-1.el6.rf.ppc.rpm
perl-Async-Interrupt-1.05-1.el6.rf.ia64.rpm
perl-Async-Interrupt-1.05-1.el6.rf.s390.rpm

Provides :
Interrupt.so
perl(Async::Interrupt)
perl-Async-Interrupt
perl-Async-Interrupt(x86-32)

Requires :
perl
perl(common::sense)
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(VersionedDependencies) <= 3.0.3-1
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.4)
libc.so.6(GLIBC_2.7)
rpmlib(VersionedDependencies) <= 3.0.3-1
rtld(GNU_HASH)
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/Async/Interrupt.pm
/usr/lib/perl5/vendor_perl/auto/Async/Interrupt/Interrupt.bs
/usr/lib/perl5/vendor_perl/auto/Async/Interrupt/Interrupt.so
/usr/share/doc/perl-Async-Interrupt-1.05
/usr/share/doc/perl-Async-Interrupt-1.05/COPYING
/usr/share/doc/perl-Async-Interrupt-1.05/Changes
/usr/share/doc/perl-Async-Interrupt-1.05/MANIFEST
/usr/share/doc/perl-Async-Interrupt-1.05/META.yml
/usr/share/doc/perl-Async-Interrupt-1.05/README
/usr/share/man/man3/Async::Interrupt.3pm.gz

 
ICM