libsys-sigaction-perl 0.23-2 source package in Ubuntu

Changelog

libsys-sigaction-perl (0.23-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 11:21:24 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsys-sigaction-perl_0.23-2.dsc 2.1 KiB 884bb0bd8b4147635995994772361dc7b74396a98355553f8e57d1b34ddf76c1
libsys-sigaction-perl_0.23.orig.tar.gz 25.0 KiB c4ef6c9345534031fcbbe2adc347fc7194d47afc945e7a44fac7e9563095d353
libsys-sigaction-perl_0.23-2.debian.tar.xz 2.8 KiB b1ba60a97b1e804b6e6d54d947af0d899d3a166d4a6aa40c759ba947e5572652

Available diffs

No changes file available.

Binary packages built by this source

libsys-sigaction-perl: Perl extension for consistent signal handling

 Sig::SigAction implements set_sig_handler(), which sets up a signal handler and
 (optionally) returns an object which causes the signal handler to be reset to
 the previous value, when it goes out of scope.
 .
 Also implemented is timeout_call() which takes a timeout value and a code
 reference, and executes the code reference wrapped with an alarm timeout.
 .
 Finally, two convenience routines are defined which allow one to get the
 signal name from the number -- sig_name(), and get the signal number from the
 name -- sig_number().