From 476f054f21ee64a08418cacb23b5a48c68858441 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 20 Jun 2020 00:13:01 +0000 Subject: testcommon: require IO::Socket::SSL >= 2.007 Net::NNTP does not support older IO::Socket::SSL. 1.94 on CentOS 7.x fails HTTPS and IMAPS tests, too. cf. https://rt.cpan.org/Ticket/Display.html?id=100529 --- t/nntpd.t | 5 ----- 1 file changed, 5 deletions(-) (limited to 't/nntpd.t') diff --git a/t/nntpd.t b/t/nntpd.t index c681b01c..9d0ee2ba 100644 --- a/t/nntpd.t +++ b/t/nntpd.t @@ -111,11 +111,6 @@ EOF $n->can('starttls') or skip('Net::NNTP too old to support STARTTLS', 2); require_mods('IO::Socket::SSL', 2); - eval { - IO::Socket::SSL->VERSION(2.007); - } or skip(<starttls, 'STARTTLS fails when unconfigured'); is($n->code, 580, 'got 580 code on server w/o TLS'); }; -- cgit v1.2.3-24-ge0c7