[Http-webtest-commits] CVS: HTTP-WebTest Makefile.PL,1.2,1.3
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-02-17 14:19:30
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory usw-pr-cvs1:/tmp/cvs-serv13046 Modified Files: Makefile.PL Log Message: Fix typo Index: Makefile.PL =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/Makefile.PL,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.PL 15 Feb 2002 10:42:38 -0000 1.2 --- Makefile.PL 17 Feb 2002 14:19:25 -0000 1.3 *************** *** 161,165 **** HTTP-WebTest automated test suite contains tests for local web files test mode. Running these tests requires Apache web server. If you do ! not have Apache you can skip this tests. Run local web files test mode tests during 'make test'? [Y/n]: --- 161,165 ---- HTTP-WebTest automated test suite contains tests for local web files test mode. Running these tests requires Apache web server. If you do ! not have Apache you can skip these tests. Run local web files test mode tests during 'make test'? [Y/n]: |