Fixed #6: Add Red Hat package name to Perl module IO::Socket::SSL error message

git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@117 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
wimpunk 2010-07-01 08:08:57 +00:00
parent e688f232cf
commit 290190cdfd

View file

@ -1740,6 +1740,7 @@ sub load_ssl_support {
fatal(<<"EOM");
Error loading the Perl module IO::Socket::SSL needed for SSL connect.
On Debian, the package libio-socket-ssl-perl must be installed.
On Red Hat, the package perl-IO-Socket-SSL must be installed.
EOM
}
import IO::Socket::SSL;