geoff 2004/08/04 08:29:53
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
spacing
Revision Changes Path
1.230 +1 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
Index: TestConfig.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -r1.229 -r1.230
--- TestConfig.pm 4 Aug 2004 15:26:48 -0000 1.229
+++ TestConfig.pm 4 Aug 2004 15:29:53 -0000 1.230
@@ -306,7 +306,7 @@
$self->default_module(ssl => [qw(mod_ssl)]);
$self->default_module(access => [qw(mod_access mod_authz_host)]);
$self->default_module(auth => [qw(mod_auth mod_auth_basic)]);
- $self->default_module(php => [qw(mod_php4 mod_php5)]);
+ $self->default_module(php => [qw(mod_php4 mod_php5)]);
$self->{hostport} = $self->hostport;