Subject: | Tests fail (if IO::Socket::SSL is missing or too old?) |
On some of my smokers:
# Failed test 'Validates https link (https://www.google.com)'
# at t/test_tests.t line 43.
# STDOUT is:
# > not ok 1 - Link in email works (https://www.google.com)
# not:
# > ok 1 - Link in email works (https://www.google.com)
# as expected
# STDERR is:
# > # Failed test 'Link in email works (https://www.google.com)'
# > # at /home/cpansand/.cpan/build/2018092604/Email-Stuffer-TestLinks-0.02-2/blib/lib/Email/Stuffer/TestLinks.pm line 72.
# > # Could not retrieve URL: IO::Socket::SSL 2.009+ required for TLS support
# not:
# >
# >
# >
# as expected
... (etc) ...
Tests usually pass if I install the latest IO::Socket::SSL version.