On Wed, Sep 19, 2012 at 3:43 PM, bluedome <adrian...@gmail.com> wrote: > I'm building mod_perl with a perl built using perlbrew. > > The build succeeds but make test fails because @INC is not correct.
One thing to consider is that I think perlbrew sets the PERL5LIB environment variable. If you aren't running in a perlbrew environment when you start httpd, that won't be there. - Perrin