stas 2004/01/07 20:49:22
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
IS_APACHE_TEST_BUILD should be true when modperl-2.0 is built
Revision Changes Path
1.195 +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.194
retrieving revision 1.195
diff -u -u -r1.194 -r1.195
--- TestConfig.pm 8 Jan 2004 04:06:27 -0000 1.194
+++ TestConfig.pm 8 Jan 2004 04:49:22 -0000 1.195
@@ -18,7 +18,7 @@
require Apache::Build && Apache::Build::IS_MOD_PERL_BUILD();
use constant IS_APACHE_TEST_BUILD =>
- grep { -e "$_/lib/Apache/TestConfig.pm" } qw(. ..);
+ grep { -e "$_/lib/Apache/TestConfig.pm" } qw(Apache-Test . ..);
use Symbol ();
use File::Copy ();