@
>        if (my $custom_config_path = custom_config_path()) {
>            debug "loading custom config data from: '$custom_config_path'";
>            $custom_config_loaded++;
>   +        ($candidate) = $candidate=~/^(.*)/; # launder for -T
>            require $custom_config_path;

huh?

something is definitely wrong here - there is no $candidate in the scope of
the current function, so this actually fails with errors.

$ perl Makefile.PL -apxs /apache/2.0/prefork/perl-5.8.5/bin/apxs
Global symbol "$candidate" requires explicit package name at
lib/Apache/TestConfig.pm line 2080.

--Geoff

Reply via email to