diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-06-28 14:30:25 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-06-28 14:30:25 +0100 |
commit | 10613b66665b1eef7aa2b8461cd3ab567f3d1747 (patch) | |
tree | 811c11a683a482ba7c80020731f44511e5a08a7e /Porting | |
parent | ee10537b7d5020e8ea205d832ae0690a72654880 (diff) | |
download | perl-10613b66665b1eef7aa2b8461cd3ab567f3d1747.tar.gz |
Update IPC-SysV to CPAN version 2.03
[DELTA]
2.03 - 2010-05-23
* fix CPAN #57530: IPC::Msg Documentation Bug
(thanks to Jonathan Hartzog for spotting this)
2.02 - 2010-03-07
* fix CPAN #50762: mistaken use of $[
(thanks to Zefram for spotting this)
* no need to specify an empty MAN3PODS in the core anymore
(thanks to Nicholas Clark for providing a patch)
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 762e4a22ab..f630693ce9 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -762,7 +762,7 @@ use File::Glob qw(:case); 'IPC::SysV' => { 'MAINTAINER' => 'mhx', - 'DISTRIBUTION' => 'MHX/IPC-SysV-2.01.tar.gz', + 'DISTRIBUTION' => 'MHX/IPC-SysV-2.03.tar.gz', 'FILES' => q[cpan/IPC-SysV], 'EXCLUDED' => [ qw{const-c.inc const-xs.inc} ], 'UPSTREAM' => 'cpan', |