Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP
In directory usw-pr-cvs1:/tmp/cvs-serv23042/lib/HTTP
Modified Files:
WebTest.pm.in WebTest.pm
Log Message:
Bump version
Index: WebTest.pm.in
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** WebTest.pm.in 8 Apr 2002 06:30:27 -0000 1.7
--- WebTest.pm.in 8 Apr 2002 07:35:39 -0000 1.8
***************
*** 5,9 ****
package HTTP::WebTest;
! $VERSION = '1.99_04';
# workaround for warning caused by underscore char in $VERSION
$VERSION = eval $VERSION;
--- 5,9 ----
package HTTP::WebTest;
! $VERSION = '1.99_05';
# workaround for warning caused by underscore char in $VERSION
$VERSION = eval $VERSION;
Index: WebTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** WebTest.pm 8 Apr 2002 06:30:27 -0000 1.9
--- WebTest.pm 8 Apr 2002 07:35:40 -0000 1.10
***************
*** 26,30 ****
package HTTP::WebTest;
! $VERSION = '1.99_04';
# workaround for warning caused by underscore char in $VERSION
$VERSION = eval $VERSION;
--- 26,30 ----
package HTTP::WebTest;
! $VERSION = '1.99_05';
# workaround for warning caused by underscore char in $VERSION
$VERSION = eval $VERSION;
|