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
> 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
: 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
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