[Http-webtest-commits] CVS: HTTP-WebTest/lib/HTTP WebTest.pm,1.7,1.8
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-04-07 16:08:04
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP In directory usw-pr-cvs1:/tmp/cvs-serv9755/lib/HTTP Modified Files: WebTest.pm Log Message: Regenerated Index: WebTest.pm =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** WebTest.pm 17 Feb 2002 10:50:08 -0000 1.7 --- WebTest.pm 7 Apr 2002 16:02:27 -0000 1.8 *************** *** 26,29 **** --- 26,31 ---- $VERSION = '1.99_04'; + # workaround for warning caused by underscore char in $VERSION + $VERSION = eval $VERSION; # actual content of HTTP::WebTest package is in HTTP::WebTest::API |