Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP
In directory sc8-pr-cvs1:/tmp/cvs-serv22490/lib/HTTP
Modified Files:
WebTest.pm
Log Message:
Regenerated
Index: WebTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** WebTest.pm 26 Apr 2003 15:16:04 -0000 1.36
--- WebTest.pm 5 Sep 2003 20:04:49 -0000 1.37
***************
*** 26,30 ****
package HTTP::WebTest;
! $VERSION = '2.03';
# actual content of HTTP::WebTest package is in HTTP::WebTest::API
--- 26,30 ----
package HTTP::WebTest;
! $VERSION = '2.04';
# actual content of HTTP::WebTest package is in HTTP::WebTest::API
***************
*** 490,493 ****
--- 490,505 ----
See L<perldoc HTTP::WebTest::Plugins|HTTP::WebTest::Plugins> for
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
|