[Http-webtest-commits] CVS: HTTP-WebTest/lib/HTTP WebTest.pm.in,1.10,1.11
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-05-12 14:11:36
|
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> |