geoff 2004/04/01 10:56:21
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
revert to 1.214
Revision Changes Path
1.216 +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.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- TestConfig.pm 1 Apr 2004 14:32:03 -0000 1.215
+++ TestConfig.pm 1 Apr 2004 18:56:21 -0000 1.216
@@ -29,7 +29,7 @@
eval { require mod_perl && $mod_perl::VERSION >= 1.99 } || 0;
use constant IS_MOD_PERL_2_BUILD => IS_MOD_PERL_2 &&
- eval { require Apache::Build && Apache::Build::IS_MOD_PERL_BUILD() } ||
0;
+ require Apache::Build && Apache::Build::IS_MOD_PERL_BUILD();
use constant IS_APACHE_TEST_BUILD =>
grep { -e "$_/lib/Apache/TestConfig.pm" } qw(Apache-Test . ..);