Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use do() instead of require() to include configuration
When run under mod_perl, require() will read and execute the configuration file on the first invocation only. On every subsequent invocation, all configuration variables will be reset to their default values. do() reads and executes the configuration file unconditionally. Signed-off-by: Dennis Stosberg <dennis@stosberg.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information