Source: libsignal-mask-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libipc-signal-perl, libthread-sigmask-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsignal-mask-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsignal-mask-perl.git Homepage: https://metacpan.org/release/Signal-Mask Package: libsignal-mask-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libipc-signal-perl Recommends: libthread-sigmask-perl Description: module for easy handling of signal masks Signal::Mask is an abstraction around your process or thread signal mask. It is used to fetch and/or change the signal mask of the calling process or thread. The signal mask is the set of signals whose delivery is currently blocked for the caller. It is available as the global hash %Signal::Mask. . Signal::Pending is an abstraction around your process'/thread's pending signals. It can be used in combination with signal masks to handle signals in a controlled manner. The set of pending signals is available as the global hash %Signal::Pending.