Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP
In directory usw-pr-cvs1:/tmp/cvs-serv10677/lib/HTTP
Modified Files:
WebTest.pm.in
Log Message:
Bump version
Index: WebTest.pm.in
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** WebTest.pm.in 22 Jun 2002 20:30:43 -0000 1.17
--- WebTest.pm.in 31 Jul 2002 15:17:22 -0000 1.18
***************
*** 5,9 ****
package HTTP::WebTest;
! $VERSION = '1.99_07';
# workaround for warning caused by underscore char in $VERSION
$VERSION = eval $VERSION;
--- 5,9 ----
package HTTP::WebTest;
! $VERSION = '1.99_08';
# workaround for warning caused by underscore char in $VERSION
$VERSION = eval $VERSION;
|