building mp2 with a prior install

2005-04-17 Thread Randy Kobes
I'm not sure if this is really a problem, or more a symptom of some problem on my system ... When installing RC5, I manually deleted enough files from an earlier mp2 install so as to satisfy Makefile.PL, and then installed it. Later, when building svn with this same Perl, I found that 'perl Makefil

Apache2->request in Apache::SizeLimit

2005-04-17 Thread Randy Kobes
In the current mp2 svn, Apache::SizeLimit uses Apache2->request - should that be Apache2::RequestUtil->request? === Index: lib/Apache2/SizeLimit.pm === --- lib/Apache2/SizeLimit.pm(r

adding APR::Status?

2005-04-17 Thread Randy Kobes
In the discussion of a failure on Win32 of t/error/runtime at http://marc.theaimsgroup.com/?t=11121785691&r=1&w=2, Stas suggested adding an APR::Status, containing things like APR_STATUS_IS_EAGAIN(s) from apr_errno.h. I've attached a patch against the current mp2 svn implementing such a thing,