Skip Menu |

This queue is for tickets about the Email-Stuffer-TestLinks CPAN distribution.

Report information
The Basics
Id: 127200
Status: new
Priority: 0/
Queue: Email-Stuffer-TestLinks

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: (no value)



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.