unless (defined $AnyEvent::TLS::VERSION) { eval { require Net::SSLeay; require AnyEvent::TLS; 1 } or return $self->_error (Errno::EPROTO, 1, "TLS support not available on this system"); }