Update of /cvsroot/http-webtest/HTTP-WebTest-Plugin-Apache/lib/HTTP/WebTest/Plugin
In directory sc8-pr-cvs1:/tmp/cvs-serv19912/lib/HTTP/WebTest/Plugin
Modified Files:
Apache.pm
Log Message:
Bump version and fix some comments
Index: Apache.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Plugin-Apache/lib/HTTP/WebTest/Plugin/Apache.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Apache.pm 14 Dec 2002 20:15:00 -0000 1.4
--- Apache.pm 16 Dec 2002 21:16:51 -0000 1.5
***************
*** 3,7 ****
package HTTP::WebTest::Plugin::Apache;
! $VERSION = '1.00';
=head1 NAME
--- 3,7 ----
package HTTP::WebTest::Plugin::Apache;
! $VERSION = '1.01';
=head1 NAME
***************
*** 445,451 ****
}
! # forks a child process that starts Apache in on a random
! # private/dynamic port number. Verifies that Apache has started by
! # fetching a test page and searching the fetched page for a tag line.
sub start_apache {
my $self = shift;
--- 445,451 ----
}
! # forks a child process that starts Apache on a random private/dynamic
! # port number. Checks if Apache was started by fetching a test page
! # and searching the fetched page for a tag line.
sub start_apache {
my $self = shift;
|