dougm 01/11/12 17:05:50
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
forget old value of cmodules when regenerating config
Revision Changes Path
1.80 +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.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- TestConfig.pm 2001/11/01 18:39:11 1.79
+++ TestConfig.pm 2001/11/13 01:05:50 1.80
@@ -149,7 +149,7 @@
#regenerating config, so forget old
if ($args->{save}) {
- for (qw(vhosts inherit_config modules inc)) {
+ for (qw(vhosts inherit_config modules inc cmodules)) {
delete $thaw->{$_} if exists $thaw->{$_};
}
}