libipc-run3-perl 0.048-ok2 source package in openKylin

Changelog

libipc-run3-perl (0.048-ok2) yangtze; urgency=medium

  * Update version info.

 -- Luoyaoming <email address hidden>  Thu, 20 Oct 2022 11:18:29 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libipc-run3-perl_0.048.orig.tar.gz 19.8 KiB 3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565
libipc-run3-perl_0.048-ok2.debian.tar.xz 1.8 KiB 3f617194c8c000e456958d88b90e93beefb9f1ef7d7a718f7aa923c4f156f845
libipc-run3-perl_0.048-ok2.dsc 1.8 KiB fc5beee5f4cf658c27de8fa20b3748b6465feab0458703c014a925ff2f1bdfba

Available diffs

View changes file

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.