Re: Lost connection to MySQL server during query (was "Segfault when connecting during Apache startup")

2008-07-03 Thread Tobias Kremer
> I don't know the details, but there is something about the way > PerlModule works in mod_perl 1 that causes it to load the module again > when apache restarts at startup (it runs yours conf file twice when > you start, as documented). Using an explicit use() puts an entry in > %INC and fixes the

CPAN tests fail Makefile.PL using Apache::TestMM

2008-07-03 Thread Mark Hedges
How am I supposed to tell CPAN that the distribution requires Apache::TestMM when Makefile.PL uses it before `make` is even executed? So I can't use ExtUtils::MakeMaker's PREREQ_FATAL flag because Makefile.PL does not get that far. http://search.cpan.org/src/MARKLE/Apache2-Controller-0.0002/Make

Re: CPAN tests fail Makefile.PL using Apache::TestMM

2008-07-03 Thread Fred Moyer
Mark Hedges wrote: How am I supposed to tell CPAN that the distribution requires Apache::TestMM when Makefile.PL uses it before `make` is even executed? So I can't use ExtUtils::MakeMaker's PREREQ_FATAL flag because Makefile.PL does not get that far. http://search.cpan.org/src/MARKLE/Apache2-Co