[Http-webtest-commits] CVS: HTTP-WebTest Changes,1.27,1.28
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-06-15 20:24:07
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory usw-pr-cvs1:/tmp/cvs-serv3897 Modified Files: Changes Log Message: Updated Index: Changes =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** Changes 7 Jun 2002 08:58:28 -0000 1.27 --- Changes 15 Jun 2002 20:24:05 -0000 1.28 *************** *** 19,22 **** --- 19,26 ---- * $webtest->run_wtscript accepts wtscript passed as string. + * Parser for wtscript files is rewritten. It doesn't use + Parse::RecDescent anymore. New parser is faster and provides better + error diagnostics for parse errors. + INCOMPATIBILITIES: |