[Apache-dispatch-devel] CPAN tester failure
Brought to you by:
geoffrey_young,
phred_moyer
|
From: Fred M. <fr...@re...> - 2008-01-12 19:59:10
|
------------------------------
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?
|