[Http-webtest-commits] HTTP-WebTest/lib/HTTP WebTest.pm.in,1.30,1.31
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-03-23 20:06:56
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP In directory sc8-pr-cvs1:/tmp/cvs-serv16643 Modified Files: WebTest.pm.in Log Message: Added HTTP::WebTest::Plugin::TagAttTest to listing of third-party modules Index: WebTest.pm.in =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm.in,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** WebTest.pm.in 2 Mar 2003 11:52:10 -0000 1.30 --- WebTest.pm.in 23 Mar 2003 20:06:47 -0000 1.31 *************** *** 451,454 **** --- 451,458 ---- 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> |