Update of /cvsroot/http-webtest/HTTP-WebTest-Plugin-Apache/lib/HTTP/WebTest/Plugin
In directory sc8-pr-cvs1:/tmp/cvs-serv27161/lib/HTTP/WebTest/Plugin
Modified Files:
Apache.pm
Log Message:
Updated to conform new HTTP-WebTest API
Index: Apache.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Plugin-Apache/lib/HTTP/WebTest/Plugin/Apache.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Apache.pm 12 Dec 2002 22:50:27 -0000 1.2
--- Apache.pm 14 Dec 2002 20:11:36 -0000 1.3
***************
*** 324,328 ****
# get request object
! my $request = $self->webtest->last_request;
$self->global_validate_params(qw(apache_dir apache_loglevel
--- 324,328 ----
# get request object
! my $request = $self->webtest->current_request;
$self->global_validate_params(qw(apache_dir apache_loglevel
|