eisseven > tar xzf IO-Socket-SSL-1.33.tar.gz eisseven > cd IO-Socket-SSL-1.33 eisseven > perl Makefile.PL WARNING No library for handling international domain names found. It will work but croak if you try to verify an international name against a certificate. It's recommended to install either Net::IDN::Encode or Net::LibIDN Checking if your kit is complete... Looks good Warning: prerequisite Net::SSLeay 1.21 not found. Writing Makefile for IO::Socket::SSL eisseven > tar xzf IO-Socket-SSL-1.33.tar.gz eisseven > cd IO-Socket-SSL-1.33 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for IO::Socket::SSL eisseven > make cp SSL.pm blib/lib/IO/Socket/SSL.pm eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01loadmodule.t ........... ok t/02settings.t ............. ok t/acceptSSL-timeout.t ...... ok t/auto_verify_hostname.t ... ok t/cert_no_file.t ........... ok t/compatibility.t .......... ok t/connectSSL-timeout.t ..... ok t/core.t ................... ok t/dhe.t .................... ok t/inet6.t .................. skipped: (no reason given) t/memleak_bad_handshake.t .. ok t/nonblock.t ............... ok t/readline.t ............... ok t/sessions.t ............... ok t/start-stopssl.t .......... ok t/startssl.t ............... ok t/sysread_write.t .......... ok t/verify_hostname.t ........ ok All tests successful. Files=18, Tests=295, 40 wallclock secs ( 0.95 usr 0.02 sys + 6.95 cusr 0.33 csys = 8.25 CPU) Result: PASS