[Http-webtest-commits] HTTP-WebTest INSTALL,1.6,1.7
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-10-11 21:35:38
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory usw-pr-cvs1:/tmp/cvs-serv28794 Modified Files: INSTALL Log Message: Added docs on SSL support Index: INSTALL =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/INSTALL,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** INSTALL 24 Sep 2002 20:19:34 -0000 1.6 --- INSTALL 11 Oct 2002 21:35:36 -0000 1.7 *************** *** 13,16 **** --- 13,23 ---- * Time::HiRes (is included in Perl 5.8.0 and later) + If you want SSL support you need one of these modules + + * Crypt::SSLeay + * IO::Socket::SSL + + See README.SSL file in libwww distro for details. + If you want to run test suite ('make test') you need also |