Torsten Förtsch wrote:
"make test" for 1.99_17 generates this error:
-
---------------------------------------------------------------------------------------
t/apr-ext/finfo.........................Insecure dependency in require while running
with -T switch at
/usr/src/packages/BUILD/mod_perl-1.99_17/blib/lib/Apache/TestConfig.pm line 2080.
BEGIN failed--compilation aborted at
/usr/src/packages/BUILD/mod_perl-1.99_17/t/lib/TestAPRlib/finfo.pm line 20.
Compilation failed in require at t/apr-ext/finfo.t line 7.
BEGIN failed--compilation aborted at t/apr-ext/finfo.t line 7.
[...]
--- Apache-Test/lib/Apache/TestConfig.pm~ 2004-10-22 22:11:51.000000000 +0200
+++ Apache-Test/lib/Apache/TestConfig.pm 2004-10-24 13:52:59.639838096 +0200
@@ -1817,6 +1817,7 @@
for (@inc) {
my $candidate = File::Spec->rel2abs(catfile $_, CUSTOM_CONFIG_FILE);
next unless -e $candidate;
+ ($candidate) = $candidate=~/^(.*)/;
thanks, Torsten, committed.
(I wonder why I've never hit this error before)
--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html