Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP
In directory usw-pr-cvs1:/tmp/cvs-serv7970/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.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** WebTest.pm.in 31 Jul 2002 15:17:22 -0000 1.18
--- WebTest.pm.in 22 Aug 2002 09:09:20 -0000 1.19
***************
*** 5,9 ****
package HTTP::WebTest;
! $VERSION = '1.99_08';
# workaround for warning caused by underscore char in $VERSION
$VERSION = eval $VERSION;
--- 5,9 ----
package HTTP::WebTest;
! $VERSION = '1.99_09';
# workaround for warning caused by underscore char in $VERSION
$VERSION = eval $VERSION;
|