stas 2003/04/22 01:24:41
Modified: perl-framework/Apache-Test/lib/Apache TestRunPerl.pm
Log:
clarify that this is only needed for mod_perl 2.0's make test
Revision Changes Path
1.12 +2 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestRunPerl.pm
Index: TestRunPerl.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRunPerl.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- TestRunPerl.pm 22 Apr 2003 08:11:23 -0000 1.11
+++ TestRunPerl.pm 22 Apr 2003 08:24:41 -0000 1.12
@@ -15,7 +15,8 @@
my $self = shift;
# don't pick up 'LoadModule ... mod_perl.so' from the global
- # httpd.conf, when using the locally built .so in the tests
+ # httpd.conf, when using the locally built .so in the mod_perl 2.0
+ # 'make test'
if (Apache::TestConfig::IS_MOD_PERL_2_BUILD()) {
Apache::TestConfig::config_parse_skip_module_add('mod_perl.c');
}