summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-02-01 05:30:40 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-02-01 05:30:40 +0000
commitf7f926bef7d35c06e3259acb9fa14e07c87c4a60 (patch)
treeb22bb6105490527cdd13699b3b5287727f44d27c /Porting
parent7f586e41ad4ecd904c7d8dbe1ddb0f9410484bac (diff)
downloadperl-f7f926bef7d35c06e3259acb9fa14e07c87c4a60.tar.gz
Update IPC-Cmd to CPAN version 0.70
[DELTA] Changes for 0.70 Mon Jan 31 20:34:09 GMT 2011 ================================================= * Apply a patch from Petya Kohts, RT #65276, with changes for run_forked: 1) fix for the typo in the name of the signal 2) changed default for clean_up_children (which seems to be the behavior expected by the majority of the users) 3) added detection (and forwarding to the caller) of the case when run program is killed by signal 4) kill_gently is now used in cases when parent died and when the executed program times out 5) added options which allow to execute some user code in the beginning and at the end of the child
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 2eba887458..51e3e9c4b4 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -834,7 +834,7 @@ use File::Glob qw(:case);
'IPC::Cmd' =>
{
'MAINTAINER' => 'kane',
- 'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.68.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.70.tar.gz',
'FILES' => q[cpan/IPC-Cmd],
'UPSTREAM' => 'cpan',
},