stas 2002/12/13 02:58:40
Modified: perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm
src/modules/perl modperl_module.c
Log:
tidy up
Revision Changes Path
1.59 +1 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPerl.pm
Index: TestConfigPerl.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPerl.pm,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- TestConfigPerl.pm 13 Dec 2002 10:04:28 -0000 1.58
+++ TestConfigPerl.pm 13 Dec 2002 10:58:40 -0000 1.59
@@ -396,7 +396,7 @@
my $args_hash = list_to_hash_of_lists(\@args);
$self->postamble($self->$container($module),
- $args_hash) if @args;
+ $args_hash) if @args;
$self->write_pm_test($module, lc $base, lc $sub);
}
1.11 +2 -2 modperl-2.0/src/modules/perl/modperl_module.c
Index: modperl_module.c
===================================================================
RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_module.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- modperl_module.c 13 Dec 2002 04:40:31 -0000 1.10
+++ modperl_module.c 13 Dec 2002 10:58:40 -0000 1.11
@@ -377,8 +377,8 @@
* temporary link to the base server config's 'modules'
* member. e.g. so Apache::Module->get_config() can be called
* from a custom directive's callback, before the server/vhost
- * config merge is performed */
-
+ * config merge is performed
+ */
if (!scfg->modules) {
modperl_config_srv_t *base_scfg =
modperl_config_srv_get(modperl_global_get_server_rec());