[Http-webtest-commits] HTTP-WebTest/lib/HTTP WebTest.pm,1.34,1.35
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-03-24 11:13:33
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP In directory sc8-pr-cvs1:/tmp/cvs-serv8404/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.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** WebTest.pm 2 Mar 2003 11:52:10 -0000 1.34 --- WebTest.pm 24 Mar 2003 11:13:28 -0000 1.35 *************** *** 26,30 **** package HTTP::WebTest; ! $VERSION = '2.01'; # actual content of HTTP::WebTest package is in HTTP::WebTest::API --- 26,30 ---- package HTTP::WebTest; ! $VERSION = '2.02'; # actual content of HTTP::WebTest package is in HTTP::WebTest::API *************** *** 471,474 **** --- 471,478 ---- This plugin supports testing web files using a local instance of Apache. + + =item L<HTTP::WebTest::Plugin::TagAttTest|HTTP::WebTest::Plugin::TagAttTest> + + This plugin allows to forbid or require tags and/or attributes in a web page. =item L<HTTP::WebTest::Plugin::DateTest|HTTP::WebTest::Plugin::DateTest> |