Re: [mp2] Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-12 Thread Fred Moyer
resulted in > a change of sign > if ((flag = modperl_flags_lookup_srv(name)) != -1) { > ^ > > "modperl_config.c", line 662: warning #2940-D: missing return statement at end > of n

RE: [mp2] Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-10 Thread Froyland, Todd
> configuration for that? > > -Todd > > > > -Original Message- > From: Fred Moyer [mailto:f...@redhotpenguin.com] > Sent: Tuesday, July 10, 2012 4:06 PM > To: Froyland, Todd > Cc: modperl@perl.ap

RE: [mp2] Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-10 Thread Froyland, Todd
: modperl@perl.apache.org Subject: Re: [mp2] Install error with Makefile.PL - uninitialized value at TestRun.pm Can you try this patch in Apache-Test and report back the output? Looks like the eval fails because of fatal warnings from the undef value. Index: lib/Apache/TestRun.pm

Re: [mp2] Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-10 Thread Fred Moyer
Can you try this patch in Apache-Test and report back the output? Looks like the eval fails because of fatal warnings from the undef value. Index: lib/Apache/TestRun.pm === --- lib/Apache/TestRun.pm (revision 1359945) +++ lib/Ap