There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

Changes for version 0.012 - 2025-10-13

  • Incompatible Changes
    • Change the following fields.
    • Before
      • has before_connect_SSL_cbs_list : ro List of IO::Socket::SSL::Callback::BeforeConnectSSL;
      • has before_accept_SSL_cbs_list : ro List of IO::Socket::SSL::Callback::BeforeAcceptSSL;
    • After
      • has before_connect_SSL_cbs : ro IO::Socket::SSL::Callback::BeforeConnectSSL[];
      • has before_accept_SSL_cbs : ro IO::Socket::SSL::Callback::BeforeAcceptSSL[];

Modules

Sockets for SSL Communication.