libproc-reliable-perl 1.16-4 source package in Ubuntu

Changelog

libproc-reliable-perl (1.16-4) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 01:37:29 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libproc-reliable-perl_1.16-4.dsc 2.1 KiB 2fab538e789d40d3025bd186b2339a16821b4e560b24a253d4cf04c066ef1d8d
libproc-reliable-perl_1.16.orig.tar.gz 12.1 KiB 21dc846158da117aaf7eb858ef198cd1668c664c8a089c16498aa71c0f1b8123
libproc-reliable-perl_1.16-4.debian.tar.xz 2.8 KiB 4e6913ed1e10650e21b5be2da83d883262fbf217db65702ba7054130ac71ce24

Available diffs

No changes file available.

Binary packages built by this source

libproc-reliable-perl: Perl module to run external processes reliably

 Proc::Reliable is a class for simple, reliable and configurable subprocess
 execution in Perl. In particular, it is especially useful for managing the
 execution of 'problem' programs which are likely to fail, hang, or otherwise
 behave in an unruly manner.
 .
 This module includes all of the functionality of the backticks operator and
 system() functions, plus many common uses of fork() and exec(), open2() and
 open3(). It incorporates a number of options, including sending data to the
 subprocess on STDIN, collecting STDOUT and STDERR separately or together,
 killing hung processes, timeouts and automatic retries.