stas 01/12/10 22:27:47 Modified: lib/ModPerl Config.pm Log: - use the existing configuration in as_string Revision Changes Path 1.7 +1 -1 modperl-2.0/lib/ModPerl/Config.pm Index: Config.pm =================================================================== RCS file: /home/cvs/modperl-2.0/lib/ModPerl/Config.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Config.pm 2001/12/11 05:09:43 1.6 +++ Config.pm 2001/12/11 06:27:47 1.7 @@ -28,7 +28,7 @@ my $command = ''; # httpd opts - my $test_config = Apache::TestConfig->new; + my $test_config = Apache::TestConfig->new({thaw=>1}); if (my $httpd = $test_config->{vars}->{httpd}) { $command = "$httpd -V"; $cfg .= "\n\n*** $command\n";