diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-04 15:46:12 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-04 16:14:07 +0000 |
commit | 7d88c327edd82b1ca4f092f56f1a171b72d4bdcc (patch) | |
tree | c648ba38fb5b9d4902b97a87c6b5681e0da6abdd /Porting/Maintainers.pl | |
parent | 8465362d8790d8c2435fd2e81646dee6cd1a0a36 (diff) | |
download | perl-7d88c327edd82b1ca4f092f56f1a171b72d4bdcc.tar.gz |
Update IPC-Cmd to CPAN release 0.86
[DELTA]
0.86 Mon Nov 4 14:09:42 GMT 2013
======================================
Bug fixes:
* run_forked: workaround absent CLOCK_MONOTONIC on OSX (Petya Kohts)
* RT#89770 Patch to fix error reporting if command killed by signal
(Ed Avis)
* Make the false test more forgiving, for Solaris and other SVR*
(bingos)
0.85_02 Thu Oct 10 13:59:34 BST 2013
======================================
Bug Fixes:
* run_forked: incomplete output more than buffer size
0.85_01 Thu Sep 5 20:30:51 BST 2013
======================================
Enhancements:
* run_forked() now uses Time::HiRes and Carp
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 618ccf0726..c1513812b1 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -636,13 +636,8 @@ use File::Glob qw(:case); }, 'IPC::Cmd' => { - 'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.84.tar.gz', + 'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.86.tar.gz', 'FILES' => q[cpan/IPC-Cmd], - # Waiting to be merged upstream: no ticket, but customized by maintainer - 'CUSTOMIZED' => [ - 'lib/IPC/Cmd.pm', - 't/03_run-forked.t', - ], }, 'IPC::SysV' => { |