Re: use Apache::Constants / mod_perl2 / command line

2010-12-01 Thread Fred Moyer
I usually compile check my mod_perl app by starting it up. If you have use'd all your core modules in startup.pl, they will be loaded, and the application will fail to start if there are compilation time errors. On Wed, Dec 1, 2010 at 2:51 PM, E R wrote: > Here's the problem I'm trying to solve:

use Apache::Constants / mod_perl2 / command line

2010-12-01 Thread E R
Here's the problem I'm trying to solve: I have a lot of mod_perl 1.x source code that uses Apache::Constants. We have just moved to mod_perl2, and I'd like to be able to compile-check the code on the command line. In our httpd.conf we are using Apache2::compat so we don't have to change all the co