libipc-run3-perl 0.048-3 source package in Ubuntu
Changelog
libipc-run3-perl (0.048-3) unstable; urgency=medium [ Debian Janitor ] * Apply multi-arch hints. + libipc-run3-perl: Add Multi-Arch: foreign. * Bump debhelper from old 12 to 13. * Update standards version to 4.5.1, no changes needed. * Update standards version to 4.6.0, no changes needed. -- Jelmer Vernooij <email address hidden> Tue, 06 Dec 2022 17:05:45 +0000
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | perl | |
Lunar | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libipc-run3-perl_0.048-3.dsc | 2.1 KiB | 35b9b1ab819afb44f3270752b554b89d5b031b6d502f52559d576b3d79af068c |
libipc-run3-perl_0.048.orig.tar.gz | 19.8 KiB | 3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565 |
libipc-run3-perl_0.048-3.debian.tar.xz | 4.1 KiB | dd859928cf8e286a33128f3c9077bfa23ef260b88ced21c70ec8513661bed220 |
Available diffs
- diff from 0.048-2 to 0.048-3 (867 bytes)
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.