Re: [Apache-dispatch-devel] CPAN tester failure
Brought to you by:
geoffrey_young,
phred_moyer
|
From: Geoffrey Y. <ge...@mo...> - 2008-01-14 16:17:29
|
Fred Moyer wrote:
> ------------------------------
> PROGRAM OUTPUT
> ------------------------------
>
> Output from '/export/home/bob/cpantesting/perl-5.10.0/bin/perl Makefile.PL':
>
> don't know anything about mod_perl generation: 0
> currently supporting only generations 1 and 2 at Makefile.PL line 142.
>
>
> Here is line 142:
>
> sub satisfy_mp_generation {
> my $wanted = shift || wanted_mp_generation();
>
> unless ( $wanted == 1 || $wanted == 2 ) {
> 142 die "don't know anything about mod_perl generation: $wanted\n"
> . "currently supporting only generations 1 and 2";
> }
>
>
> This will also affect stuff like Apache::SizeLimit, Peek, etc. where I
> stole this Makefile.PL from. Any thoughts course of action?
not really :)
if version 0 means they don't have mod_perl installed at all then it
probably doesn't matter - I argued with stas at length that the build
tools should fail-to-test-but-return-true for an incomplete environment,
but I lost that battle...
--Geoff
|