[Http-webtest-commits] HTTP-WebTest/lib/HTTP/WebTest API.pm,1.24,1.25
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-10-19 22:38:01
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest In directory usw-pr-cvs1:/tmp/cvs-serv16194a/lib/HTTP/WebTest Modified Files: API.pm Log Message: Removing Apache plugin from HTTP-WebTest (to be published as separate CPAN module) Index: API.pm =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/API.pm,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** API.pm 18 Oct 2002 21:01:23 -0000 1.24 --- API.pm 19 Oct 2002 22:37:54 -0000 1.25 *************** *** 409,414 **** my @plugins = (); ! for my $sn_package (qw(Loader ! SetRequest Cookies Apache StatusTest TextMatchTest ContentSizeTest ResponseTimeTest --- 409,413 ---- my @plugins = (); ! for my $sn_package (qw(Loader SetRequest Cookies StatusTest TextMatchTest ContentSizeTest ResponseTimeTest |