tommystanton / webservice-mirth

Interact with a Mirth Connect server via REST
https://metacpan.org/module/WebService::Mirth
1 stars 0 forks source link

IO::Socket::SSL version 1.75 should be required for test #2

Closed tommystanton closed 11 years ago

tommystanton commented 11 years ago

A recent test failure emitted the message:

IO::Socket::SSL 1.75 required for TLS support

The environment was perl 5.16 in Windows with IO::Socket::SSL 1.74.

This tip in the error message is coming from Mojolicious. Since WebService::Mirth does in fact need TLS support, version 1.75 of IO::Socket::SSL should be explicitly required.