The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

POE::Component::TLSify::ClientHandle - Client-side handle for TLSify

VERSION

version 0.08

DESCRIPTION

This is a tied wrapper around IO::Socket::SSL startSSL. It operates in a similar manner to POE::Component::SSLify::ClientHandle.

DIFFERENCES

This module doesn't know what to do with PRINT/READLINE, as they usually are not used in POE::Wheel operations.

SEE ALSO

POE::Component::TLSify

AUTHORS

  • Chris Williams <chris@bingosnet.co.uk>

  • Apocalypse <APOCAL@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Chris Williams, Apocalypse.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.