summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-11-27 13:58:44 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-11-27 14:21:17 +0000
commit0274d83eb3a030f0f8f1272773543bf78589a47c (patch)
treed1ce4e38cca4132d981b325f56e66e8d2f6b49ec /Porting
parentd172007eda28dc85300d6fb8d6213ae741e1b608 (diff)
downloadperl-0274d83eb3a030f0f8f1272773543bf78589a47c.tar.gz
Update IO-Socket-IP to CPAN version 0.33
[DELTA] 0.33 2014/11/21 16:17:39 [BUGFIXES] * Use SOL_SOCKET/SO_ERROR sockopt rather than 2nd connect() error hoisting to detect nonblocking connect/failure when implementing Timeout (RT98976) (thanks Arthur Axel 'fREW' Schmidt)
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl6
1 files changed, 1 insertions, 5 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 6a9a259eda..2b2415a604 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -638,15 +638,11 @@ use File::Glob qw(:case);
},
'IO::Socket::IP' => {
- 'DISTRIBUTION' => 'PEVANS/IO-Socket-IP-0.32.tar.gz',
+ 'DISTRIBUTION' => 'PEVANS/IO-Socket-IP-0.33.tar.gz',
'FILES' => q[cpan/IO-Socket-IP],
'EXCLUDED' => [
qr{^examples/},
],
- 'CUSTOMIZED' => [
- # Almost always fails on Win32 since introduced: see CPAN RT#98976
- 't/22timeout.t',
- ],
},
'IO::Zlib' => {