Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin
In directory sc8-pr-cvs1:/tmp/cvs-serv22094
Modified Files:
Click.pm
Log Message:
Minor POD fix.
Index: Click.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/Click.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Click.pm 2 Mar 2003 11:52:09 -0000 1.17
--- Click.pm 5 Sep 2003 20:01:51 -0000 1.18
***************
*** 61,65 ****
Give form name attribute (i.e. C<<form name="foo"E<gt>>) on previously
! requested HTML page, builds test request to the submitted page.
Note that you still need to pass all form parameters yourself using
--- 61,65 ----
Give form name attribute (i.e. C<<form name="foo"E<gt>>) on previously
! requested HTML page, builds test request to the submitted page.
Note that you still need to pass all form parameters yourself using
|