Update of /cvsroot/http-webtest/HTTP-WebTest-Plugin-Apache/lib/HTTP/WebTest/Plugin
In directory sc8-pr-cvs1:/tmp/cvs-serv27840/lib/HTTP/WebTest/Plugin
Modified Files:
Apache.pm
Log Message:
Minor doc corrections
Index: Apache.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Plugin-Apache/lib/HTTP/WebTest/Plugin/Apache.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Apache.pm 14 Dec 2002 20:11:36 -0000 1.3
--- Apache.pm 14 Dec 2002 20:15:00 -0000 1.4
***************
*** 15,23 ****
=head1 DESCRIPTION
! This plugins adds to L<HTTP::WebTest> support for local web file test
! mode. In this mode Apache is started on a private/dynamic port with a
! configuration file in a temporary directory and L<HTTP::WebTest> runs
! its tests against local web files using this temporary local instance
! of Apache.
Data flow diagram for C<HTTP::WebTest> using a local web file:
--- 15,23 ----
=head1 DESCRIPTION
! This plugin adds support for local web file test mode to
! L<HTTP::WebTest>. In this mode Apache is started on a private/dynamic
! port with a configuration file in a temporary directory and
! L<HTTP::WebTest> runs its tests against local web files using this
! temporary local instance of Apache.
Data flow diagram for C<HTTP::WebTest> using a local web file:
|