| Net-SSLGlue documentation | Contained in the Net-SSLGlue distribution. |
Net::SSLGlue - add/extend SSL support for common perl modules
Some commonly used perl modules don't have SSL support at all, even if the protocol supports it. Others have SSL support, but most of them don't do proper checking of the server's certificate.
The Net::SSLGlue::* modules try to add SSL support or proper certificate
checking to these modules. Currently support for the following modules is
available:
This module and the modules in the Net::SSLGlue Hierarchy distributed together with this module are copyright (c) 2008-2011, Steffen Ullrich. All Rights Reserved. These modules are free software. They may be used, redistributed and/or modified under the same terms as Perl itself.
| Net-SSLGlue documentation | Contained in the Net-SSLGlue distribution. |
package Net::SSLGlue; our $VERSION = 0.7;