Update of /cvsroot/http-webtest/HTTP-WebTest/t
In directory usw-pr-cvs1:/tmp/cvs-serv16194a/t
Modified Files:
config.pl
Removed Files:
04-apache.t
Log Message:
Removing Apache plugin from HTTP-WebTest (to be published as separate
CPAN module)
Index: config.pl
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/t/config.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** config.pl 24 Jan 2002 12:26:18 -0000 1.1.1.1
--- config.pl 19 Oct 2002 22:37:54 -0000 1.2
***************
*** 12,17 ****
use vars qw(%CONFIG $HOSTNAME $PORT $URL $APACHE_EXEC);
- read_config();
-
# hostname of test webserver
$HOSTNAME = $ENV{TEST_HOSTNAME} || hostname;
--- 12,15 ----
***************
*** 23,36 ****
# filename of apache executable file
$APACHE_EXEC = $CONFIG{APACHE_EXEC};
-
- sub read_config {
- unless(defined do '.config') {
- if($!) {
- die "Can't read file '.config': $!";
- } else {
- die $@;
- }
- }
- }
1;
--- 21,24 ----
--- 04-apache.t DELETED ---
|