Geoffrey Young wrote:
@

      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.

sorry, rushed to commit while i had the connection on :( should be ok now


-- __________________________________________________________________ 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

Reply via email to