Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP
In directory usw-pr-cvs1:/tmp/cvs-serv17360/lib/HTTP
Modified Files:
WebTest.pm.in
Log Message:
Added notice of ::Click; Bump version
Index: WebTest.pm.in
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** WebTest.pm.in 12 May 2002 13:35:36 -0000 1.10
--- WebTest.pm.in 12 May 2002 14:11:34 -0000 1.11
***************
*** 5,9 ****
package HTTP::WebTest;
! $VERSION = '1.99_05';
# workaround for warning caused by underscore char in $VERSION
$VERSION = eval $VERSION;
--- 5,9 ----
package HTTP::WebTest;
! $VERSION = '1.99_06';
# workaround for warning caused by underscore char in $VERSION
$VERSION = eval $VERSION;
***************
*** 461,464 ****
--- 461,469 ----
=over 4
+
+ =item L<HTTP::WebTest::Plugin::Click>
+
+ This plugin allows to use names of links and button on HTML pages to
+ build test requests.
=item L<HTTP::WebTest::Plugin::HarnessReport>
|