Subject: | Apache/BuildConfig.pm -> Apache2/BuildConfig.pm |
In case of test errors the following message is shown:
something is wrong, mod_perl 2.0 build should have supplied all the needed information to run the tests. Please post lib/Apache/BuildConfig.pm along with the bug report at /home/travis/.cpanm/work/1419625932.5976/mod_perl-2.0.8/Apache-Test/lib/Apache/TestConfig.pm line 377.
However, BuildConfig.pm seems to be located in the lib/Apache2 directory.
See the attached patch.
Subject: | 0001-Apache-BuildConfig.pm-Apache2-BuildConfig.pm.patch |
From a321479f18a75c19e5b93a3b20b3dc3fbbd61ebf Mon Sep 17 00:00:00 2001
From: Slaven Rezic <slaven@rezic.de>
Date: Fri, 26 Dec 2014 22:21:58 +0100
Subject: [PATCH] Apache/BuildConfig.pm -> Apache2/BuildConfig.pm
---
Apache-Test/lib/Apache/TestConfig.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Apache-Test/lib/Apache/TestConfig.pm b/Apache-Test/lib/Apache/TestConfig.pm
index 65d8515..7b16edd 100644
--- a/Apache-Test/lib/Apache/TestConfig.pm
+++ b/Apache-Test/lib/Apache/TestConfig.pm
@@ -376,7 +376,7 @@ sub httpd_config {
# not sure what else could go wrong but we can't continue
die "something is wrong, mod_perl 2.0 build should have " .
"supplied all the needed information to run the tests. " .
- "Please post lib/Apache/BuildConfig.pm along with the " .
+ "Please post lib/Apache2/BuildConfig.pm along with the " .
"bug report";
}
--
2.1.2