Skip Menu |

This queue is for tickets about the mod_perl CPAN distribution.

Report information
The Basics
Id: 101143
Status: resolved
Priority: 0/
Queue: mod_perl

People
Owner: gozer [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Thanks again, this has been fixed in trunk with r1648036.