PERL_DL_NONLAZY=1 /Users/stas/perl5/perlbrew/perls/perl-5.18.2/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-basic.t .... ok # Failed test 'Net::SSL->new' # at t/01-connect.t line 28. # Connect failed: ; Connection refused at t/01-connect.t line 11. # Looks like you failed 1 test of 8. t/01-connect.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/8 subtests (less 7 skipped subtests: 0 okay) # Reading configuration from 'test.config' on darwin # network_tests : 0 t/02-live.t ..... skipped: Network tests disabled Test Summary Report ------------------- t/01-connect.t (Wstat: 256 Tests: 8 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=3, Tests=20, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.27 cusr 0.03 csys = 0.34 CPU) Result: FAIL Failed 1/3 test programs. 1/20 subtests failed. make: *** [test_dynamic] Error 255