summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2012-05-15 19:22:30 +1000
committerRicardo Signes <rjbs@cpan.org>2012-05-15 17:35:13 -0400
commit2329674809a320420acae0efb5641e1800297583 (patch)
treee43ae15034f179a7b35ec9c5fbe8533e7b978814 /Porting
parent14b32ddab61902a15395daf29abf756e972cec84 (diff)
downloadperl-2329674809a320420acae0efb5641e1800297583.tar.gz
Update Socket to CPAN version 2.001
2.001 CHANGES: * Apply (modified) patch from ppisar@redhat.com to fix memory addressing bug with Zero() - RT76067 * Document that inet_pton() doesn't work on hostnames, only textual addresses - RT76010 * Ignore any existing-but-undefined hints hash members to getaddrinfo() Done for the critical RT76067 fix.
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 bef1e74354..1b1810ec3a 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1621,7 +1621,7 @@ use File::Glob qw(:case);
'Socket' => {
'MAINTAINER' => 'pevans',
- 'DISTRIBUTION' => 'PEVANS/Socket-2.000.tar.gz',
+ 'DISTRIBUTION' => 'PEVANS/Socket-2.001.tar.gz',
'FILES' => q[cpan/Socket],
'UPSTREAM' => 'cpan',
},