By default, mod_perl provides its own copy of the Configuration file to Apache's configure utility. If you want to pass it your own version, do this:
panic% perl Makefile.PL CONFIG=Configuration.custom
where Configuration.custom is the pathname of the file relative to the Apache source tree you build against.
 
Continue to: