diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-15 14:56:16 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-15 14:56:16 +0000 |
commit | 24a9a64b2ef0fc76f883e6b5e693b611e8d29218 (patch) | |
tree | ae840250c6780e94ff0d8da9aa9c2fdd83e3c244 /Porting | |
parent | 1ca67c899cfe66644e9f361a62a1a6e8556e97f2 (diff) | |
download | perl-24a9a64b2ef0fc76f883e6b5e693b611e8d29218.tar.gz |
Update IPC-Cmd to CPAN version 0.88
[DELTA]
0.88 Fri Nov 15 14:44:03 GMT 2013
Misc:
* skip some problematic tests on Cygwin
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 01ca0d5492..debad085ff 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -636,7 +636,7 @@ use File::Glob qw(:case); }, 'IPC::Cmd' => { - 'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.86.tar.gz', + 'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.88.tar.gz', 'FILES' => q[cpan/IPC-Cmd], }, |