libipc-run-perl 20231003.0-2 source package in Ubuntu

Changelog

libipc-run-perl (20231003.0-2) unstable; urgency=medium

  * Add 1021794_child_exit.patch: Reduce delays in detecting child exit.
    Patch taken from upstream patch series (PR#172). (Closes: #1021794)
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Mon, 01 Apr 2024 02:46:08 +0200

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 main perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libipc-run-perl_20231003.0-2.dsc 2.4 KiB 780f5dca60dc6202894430c00f903c154e3570f94eafb2ad074e52c56eb30d54
libipc-run-perl_20231003.0.orig.tar.gz 132.3 KiB eb25bbdf5913d291797ef1bfe998f15130b455d3ed02aacde6856f0b25e4fe57
libipc-run-perl_20231003.0-2.debian.tar.xz 8.6 KiB e4cf0ff8b21733689dea06a195c9e26427c4878a7017285dbf9efcc01e47cb34

Available diffs

No changes file available.

Binary packages built by this source

libipc-run-perl: Perl module for running processes

 IPC::Run allows you to run and interact with child processes using
 files, pipes, and pseudo-ttys. Both system()-style and scripted
 usages are supported and may be mixed. Likewise, functional and OO
 API styles are both supported and may be mixed.
 .
 Various redirection operators reminiscent of those seen on common
 Unix and DOS command lines are provided.