[Http-webtest-commits] HTTP-WebTest/lib/HTTP WebTest.pm.in,1.25,1.26
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-10-19 23:52:59
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP In directory usw-pr-cvs1:/tmp/cvs-serv13076/lib/HTTP Modified Files: WebTest.pm.in Log Message: Minor doc updates Index: WebTest.pm.in =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm.in,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** WebTest.pm.in 19 Oct 2002 23:14:16 -0000 1.25 --- WebTest.pm.in 19 Oct 2002 23:52:50 -0000 1.26 *************** *** 6,11 **** $VERSION = '2.00'; - # workaround for warning caused by underscore char in $VERSION - $VERSION = eval $VERSION; # actual content of HTTP::WebTest package is in HTTP::WebTest::API --- 6,9 ---- |