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