Skip to content

Instantly share code, notes, and snippets.

@creaktive
Created June 16, 2014 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creaktive/3000d4e3d6c9cebcfd61 to your computer and use it in GitHub Desktop.
Save creaktive/3000d4e3d6c9cebcfd61 to your computer and use it in GitHub Desktop.
PERL_DL_NONLAZY=1 /Users/stas/perl5/perlbrew/perls/perl-5.20.0/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ................. ok
t/00-load.t .................... 1/1 # AnyEvent::Net::Curl::Queued v0.048
# Net::Curl v0.35
# AnyEvent v7.07 (AnyEvent::Impl::EV)
# Perl 5.020000 (/Users/stas/perl5/perlbrew/perls/perl-5.20.0/bin/perl)
# Net::Curl::version():
# libcurl/7.37.0 OpenSSL/1.0.1h zlib/1.2.8 libidn/1.26 libssh2/1.4.3
# Net::Curl::version_info():
# {age} = 3;
# {ares_num} = 0;
# {features} =
# | CURL_VERSION_IPV6 (1<<0)
# | CURL_VERSION_SSL (1<<2)
# | CURL_VERSION_LIBZ (1<<3)
# | CURL_VERSION_NTLM (1<<4)
# | CURL_VERSION_LARGEFILE (1<<9)
# | CURL_VERSION_IDN (1<<10)
# | CURL_VERSION_TLSAUTH_SRP (1<<14)
# | CURL_VERSION_NTLM_WB (1<<15);
# missing features =
# | CURL_VERSION_KERBEROS4 (1<<1)
# | CURL_VERSION_GSSNEGOTIATE (1<<5)
# | CURL_VERSION_DEBUG (1<<6)
# | CURL_VERSION_ASYNCHDNS (1<<7)
# | CURL_VERSION_SPNEGO (1<<8)
# | CURL_VERSION_SSPI (1<<11)
# | CURL_VERSION_CONV (1<<12)
# | CURL_VERSION_CURLDEBUG (1<<13)
# | CURL_VERSION_HTTP2 (1<<16);
# {host} = 'x86_64-apple-darwin13.1.0';
# {iconv_ver_num} = 0;
# {libidn} = '1.26';
# {libssh_version} = 'libssh2/1.4.3';
# {libz_version} = '1.2.8';
# {protocols} = dict, file, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp;
# {ssl_version} = 'OpenSSL/1.0.1h';
# {ssl_version_num} = 0;
# {version} = '7.37.0';
# {version_num} = 0x072500;
t/00-load.t .................... ok
t/01-net-curl-compatibility.t .. ok
t/02-const.t ................... ok
t/10-stats.t ................... ok
t/20-easy.t .................... ok
t/21-easy-bulk-getset.t ........ # setopt()/getinfo() are *forced* to fail so warnings are OK here!
t/21-easy-bulk-getset.t ........ 1/? Specify at least one OPTION/VALUE pair! at t/21-easy-bulk-getset.t line 48.
setopt() expects OPTION/VALUE pair, OPTION/VALUE hash or hashref! at t/21-easy-bulk-getset.t line 49.
Use of uninitialized value in numeric eq (==) at t/21-easy-bulk-getset.t line 51.
Invalid libcurl constant: CURLINFO_INVALIDNAME at /Users/stas/AnyEvent-Net-Curl-Queued/.build/pY3ri73_HP/blib/lib/AnyEvent/Net/Curl/Queued/Easy.pm line 385.
getinfo() expects array/hash reference or string! at t/21-easy-bulk-getset.t line 98.
t/21-easy-bulk-getset.t ........ ok
t/30-queued-single.t ........... ok
t/31-queued.t .................. ok
t/40-loopback.t ................ ok
t/41-loopback-cb.t ............. ok
t/42-loopback-retry.t .......... ok
t/43-loopback-yada.t ........... ok
t/44-yada-simple.t ............. ok
t/50-recursion.t ............... ok
t/60-cleanup.t ................. ok
t/61-nest.t .................... ok
t/70-timeout.t ................. ok
t/71-bad-address.t ............. ok
t/72-non-http.t ................ ok
t/73-cycle.t ................... ok
t/74-exception.t ............... ok
t/author-critic.t .............. ok
t/author-test-eol.t ............ ok
t/release-cpan-changes.t ....... ok
t/release-dist-manifest.t ...... ok
t/release-distmeta.t ........... ok
t/release-kwalitee.t ........... ok
t/release-minimum-version.t .... ok
t/release-mojibake.t ........... ok
t/release-no-tabs.t ............ ok
t/release-pod-coverage.t ....... ok
t/release-pod-linkcheck.t ...... ok
t/release-pod-syntax.t ......... ok
t/release-portability.t ........ ok
t/release-synopsis.t ........... ok
t/release-test-version.t ....... ok
t/release-unused-vars.t ........ ok
All tests successful.
Files=38, Tests=2962, 507 wallclock secs ( 0.56 usr 0.11 sys + 53.42 cusr 4.33 csys = 58.42 CPU)
Result: PASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment