stas 2003/04/15 21:55:02
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
oops, fix the usage for changed interface of $form_postamble
Revision Changes Path
1.152 +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.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- TestConfig.pm 16 Apr 2003 04:53:19 -0000 1.151
+++ TestConfig.pm 16 Apr 2003 04:55:01 -0000 1.152
@@ -950,7 +950,7 @@
port => $port,
#used when parsing .pm and .c test modules
in_postamble => sub { $form_postamble->($double_indent, @in_config)
},
- out_postamble => sub { $form_postamble->(@out_config) },
+ out_postamble => sub { $form_postamble->($indent, @out_config) },
#used when parsing *.conf.in files
in_string => $form_string->($double_indent, @in_config),
out_string => $form_string->($indent, @out_config),