diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-23 12:21:02 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-23 12:21:02 +0000 |
commit | 39b09a1b697b89ae14eb0e590e2444bb112d681a (patch) | |
tree | 50e97fbea2c998dc33093f0f292ff87ade91770e /Porting | |
parent | 5369a12a8c1ff6b0f04ec193aaf57ad238bf76b8 (diff) | |
download | perl-39b09a1b697b89ae14eb0e590e2444bb112d681a.tar.gz |
Update IPC-Cmd to CPAN version 0.66
[DELTA]
Changes for 0.66 Tue Nov 23 12:10:24 GMT 2010
=================================================
* Apply documentation patch from Dan Dascalescu [RT # 63250]
* Apply another documentation patch from Dan Dascalescu [RT #63251]
* Fix an issue with _split_like_shell_win32() raised by tunakermit [RT #62961]
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index d3c08424ed..fa6a8bf507 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -761,7 +761,7 @@ use File::Glob qw(:case); 'IPC::Cmd' => { 'MAINTAINER' => 'kane', - 'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.64.tar.gz', + 'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.66.tar.gz', 'FILES' => q[cpan/IPC-Cmd], 'UPSTREAM' => 'cpan', }, |