1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: liblinux-fd-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <christopher.hoskin@gmail.com>
Build-Depends: debhelper (>= 9.20120312~),
libsub-exporter-perl,
libtest-exception-perl,
libmodule-build-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblinux-fd-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblinux-fd-perl.git
Homepage: https://metacpan.org/release/Linux-FD
Testsuite: autopkgtest-pkg-perl
Package: liblinux-fd-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
libsub-exporter-perl
Description: Linux specific special filehandles
Linux::FD provides you Linux specific special file handles. These are
.
* Event filehandles
* Signal filehandles
* Timer filehandles
.
These allow you to use conventional polling mechanisms to wait a large variety
of events.
|