libipc-run3-perl 0.049-1 source package in Ubuntu

Changelog

libipc-run3-perl (0.049-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.049.
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 27 Jan 2024 03:57:34 +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
Plucky release main perl
Oracular release main perl
Noble release main perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libipc-run3-perl_0.049-1.dsc 2.3 KiB 6c4159f1ab63765d9bf29a077389bcac3d20451dcf5602f75b704f9179afe8da
libipc-run3-perl_0.049.orig.tar.gz 20.2 KiB 9d048ae7b9ae63871bae976ba01e081d887392d904e5d48b04e22d35ed22011a
libipc-run3-perl_0.049-1.debian.tar.xz 4.2 KiB 4f9fbf3fa6e9772ce0cf90a0554f366f86b26670026d95ae14260328784f95b2

Available diffs

No changes file available.

Binary packages built by this source

libipc-run3-perl: run a subprocess with input/output redirection

 IPC::Run3 allows you to run a subprocess and redirect stdin, stdout,
 and/or stderr to files and perl data structures. It aims to satisfy 99%
 of the need for using system()/qx``/open3() with a simple, extremely
 Perlish API and none of the bloat and rarely used features of IPC::Run.