[Http-webtest-commits] CVS: HTTP-WebTest/lib/HTTP/WebTest API.pm,1.6,1.7
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-03-04 14:58:56
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest In directory usw-pr-cvs1:/tmp/cvs-serv16355 Modified Files: API.pm Log Message: Fix typo Index: API.pm =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/API.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** API.pm 20 Feb 2002 21:32:31 -0000 1.6 --- API.pm 4 Mar 2002 14:58:52 -0000 1.7 *************** *** 256,260 **** =head3 Example ! $webtest->run_tests($parse->parse($data)); =cut --- 256,260 ---- =head3 Example ! $webtest->run_tests($wt->parse($data)); =cut |