]> Sergey Matveev's repositories - public-inbox.git/commit
t/nntpd*.t: require IO::Socket::SSL 2.007 for Net::NNTP tests
authorEric Wong <e@80x24.org>
Mon, 1 Jul 2019 08:56:51 +0000 (08:56 +0000)
committerEric Wong <e@80x24.org>
Fri, 5 Jul 2019 04:03:28 +0000 (04:03 +0000)
commitf97f84ecbe02223af61fc5ea5074a90b1194cdd2
treec225418293fc04e53e9e1fc766430e3fac18238a
parent620b5e23dded54e0abf954752767bc9683a882e3
t/nntpd*.t: require IO::Socket::SSL 2.007 for Net::NNTP tests

Net::NNTP won't attempt to use older versions of IO::Socket::SSL
because 2.007 is the "first version with default CA on most platforms"
according to comments in Net::NNTP.  But then again we don't make
remote requests when testing...
t/nntpd-tls.t
t/nntpd.t