libsignal-mask-perl 0.008-3 source package in Ubuntu

Changelog

libsignal-mask-perl (0.008-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libsignal-mask-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 16:22:56 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsignal-mask-perl_0.008-3.dsc 2.1 KiB 6e8f7ee47208258544a6e61d1b060eca5f09017ef241b9f6a1bd6c8048de1485
libsignal-mask-perl_0.008.orig.tar.gz 11.5 KiB 043d995b6b249d9ebc04c467db31bb7ddc2e55faa08e885bdb050b1f2336b73f
libsignal-mask-perl_0.008-3.debian.tar.xz 2.0 KiB 1fccbbea65e9677ef9369689dc6ef381f5f9b5624d43f71b3406826affef76c2

Available diffs

No changes file available.

Binary packages built by this source

libsignal-mask-perl: 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.