[Http-webtest-commits] HTTP-WebTest/lib/HTTP WebTest.pm.in,1.34,1.35
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-09-05 20:03:14
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP In directory sc8-pr-cvs1:/tmp/cvs-serv22309/lib/HTTP Modified Files: WebTest.pm.in Log Message: Document HTTP::WebTest::XMLParser Index: WebTest.pm.in =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm.in,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** WebTest.pm.in 5 Sep 2003 19:50:58 -0000 1.34 --- WebTest.pm.in 5 Sep 2003 20:03:01 -0000 1.35 *************** *** 470,473 **** --- 470,485 ---- information about writing L<HTTP::WebTest|HTTP::WebTest> plugin modules. + =head1 ADD-ONS + + Besides L<additional plugins|Plugin modules released separately from HTTP::WebTest> other L<HTTP::WebTest|HTTP::WebTest> add-ons are available from CPAN: + + =over 4 + + =item L<HTTP::WebTest::XMLParser|HTTP::WebTest::XMLParser> + + Parser of XML representation of wtscript. + + =back + =head1 TEST PARAMETERS |