Re: Apache2::SizeLimit and x64_86
"Cosimo Streppone" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <op.vvesl5z7s5ttvb@mote> |
On Fri, 13 May 2011 16:10:02 +1000, Fred Moyer <[email protected]> wrote: > On Thu, May 12, 2011 at 5:26 PM, Cosimo Streppone <[email protected]> > wrote: >> 3) Does Apache2::SizeLimit 0.96 require the newer Apache2::MM >> that comes with mod_perl 2.0.5 then? > > If it is needed, we can add it as a prerequisite. We can do a few RC > iterations here if necessary. It looks like it does, because testing w/ mp 2.0.4 I got (from my earlier message): APACHE_TEST_APXS=/usr/bin/apxs2 perl -Iblib/lib t/response/TestApache2/basic.pm Can't locate object method "is_threaded" via package "Apache2::MPM" at blib/lib/Apache2/SizeLimit.pm line 31. Compilation failed in require at t/response/TestApache2/basic.pm line 9. BEGIN failed--compilation aborted at t/response/TestApache2/basic.pm line 9. -- Cosimo