Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP
In directory sc8-pr-cvs1:/tmp/cvs-serv32735/lib/HTTP
Modified Files:
WebTest.pm
Log Message:
Minor fixes
Index: WebTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** WebTest.pm 19 Oct 2002 23:14:16 -0000 1.30
--- WebTest.pm 18 Nov 2002 07:59:30 -0000 1.31
***************
*** 27,32 ****
$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
--- 27,30 ----
|