Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP
In directory usw-pr-cvs1:/tmp/cvs-serv6029/lib/HTTP
Modified Files:
WebTest.pm.in WebTest.pm
Log Message:
Update Richard Anderson's email address
Index: WebTest.pm.in
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** WebTest.pm.in 22 Mar 2002 07:43:15 -0000 1.6
--- WebTest.pm.in 8 Apr 2002 06:30:27 -0000 1.7
***************
*** 538,542 ****
=head1 AUTHORS
! Richard Anderson <Ric...@un...> have wrote
C<HTTP::WebTest 1.xx>.
--- 538,542 ----
=head1 AUTHORS
! Richard Anderson <Ric...@ri...> have wrote
C<HTTP::WebTest 1.xx>.
Index: WebTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** WebTest.pm 7 Apr 2002 16:02:27 -0000 1.8
--- WebTest.pm 8 Apr 2002 06:30:27 -0000 1.9
***************
*** 4,7 ****
--- 4,8 ----
# lib/HTTP/WebTest.pm.in
# lib/HTTP/WebTest/Plugin/Apache.pm
+ # lib/HTTP/WebTest/Plugin/Click.pm
# lib/HTTP/WebTest/Plugin/ContentSizeTest.pm
# lib/HTTP/WebTest/Plugin/Cookies.pm
***************
*** 605,608 ****
--- 606,614 ----
for web page access authorization.
+ =head2 click_button
+
+ =head2 click_link
+
+
=head2 cookie
***************
*** 1252,1256 ****
=head1 AUTHORS
! Richard Anderson <Ric...@un...> have wrote
C<HTTP::WebTest 1.xx>.
--- 1258,1262 ----
=head1 AUTHORS
! Richard Anderson <Ric...@ri...> have wrote
C<HTTP::WebTest 1.xx>.
|