libipc-run3-perl 0.048-1 source package in Ubuntu
Changelog
libipc-run3-perl (0.048-1) unstable; urgency=medium [ gregor herrmann ] * Strip trailing slash from metacpan URLs. [ Salvatore Bonaccorso ] * Imported Upstream version 0.048 * Update copyright years for debian/* packaging files * Declare compliance with Debian Policy 3.9.5 * Drop libtest-pod-perl from Build-Depends-Indep * Drop libtest-pod-coverage-perl from Build-Depends-Indep -- Salvatore Bonaccorso <email address hidden> Sat, 29 Mar 2014 22:16:59 +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 | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | perl | |
Xenial | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libipc-run3-perl_0.048-1.dsc | 2.0 KiB | 9eef25d874bfdc56afc477b3df1c2a6efee5a5516b8fcf5b07dfeb1a52ec7ab9 |
libipc-run3-perl_0.048.orig.tar.gz | 19.8 KiB | 3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565 |
libipc-run3-perl_0.048-1.debian.tar.xz | 3.6 KiB | 5c2c858b8731bb405d1863137401609ee9992dcb75be86dd9ec45956620d5ed9 |
Available diffs
- diff from 0.046-1 to 0.048-1 (6.0 KiB)
No changes file available.
Binary packages built by this source
- libipc-run3-perl: run a subprocess with input/ouput 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.