dougm 01/11/13 10:16:24
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
fix @CGI_MODULE@ replacement
Revision Changes Path
1.82 +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.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- TestConfig.pm 2001/11/13 02:11:14 1.81
+++ TestConfig.pm 2001/11/13 18:16:24 1.82
@@ -235,7 +235,7 @@
unless ($self->{vars}->{$mname}) {
($self->{vars}->{$mname}) = grep {
- $self->{modules}->{"mod_$_.c"};
+ $self->{modules}->{"$_.c"};
} @$choices;
$self->{vars}->{$mname} ||= $choices->[0];