Subject: | testing procedure hiccups |
the ssl tests aren't skipped if libcurl was built without ssl support
also, when prompting for CURL_TEST_URL, the user never sees the prompt
(this is how Test-Harness works)
If you want to prompt, you should use ExtUtils::MakeMaker's prompt function, cause it obeys PERL_MM_USE_DEFAULT and is generally not prone to this issue.
Also, you should skip tests if the user doesn't enter a url
(definetly don't assume "http://localhost/cgi-bin/printenv")
or
create a server using HTTP::Daemon (just stick it in t/lib).