mod_perl 2.0.2

2005-09-11 Thread Philip M. Gollucci
Hi All, Pending the ldd/otool patch to mp2 and A-T, I'd like to see a mp 2.0.2 released as its been almost 4 months and we'll have 17 changes of varying degree. I'll volunteer to RM it if I'm allowed. -- END What doesn't kill us

Re: [PATCH] add ldd/otool output to bug reports

2005-09-11 Thread Philip M. Gollucci
If this point was reached, it would break Win32, plus any other system which didn't have an ldd in the PATH. Perhaps Apache::TestConfig::which() could be used to see if an ldd() [or otool()] is present, and skip this part if it's not found? I guess qx{} is different on win32 ? Take from example

Re: Apache2::Status - Loaded Modules output

2005-09-11 Thread Stas Bekman
Philip M. Gollucci wrote: use File::Spec::Functions; $INC{"mod_perl.pm"} = File::Spec::Functions::devnull(); I'm fine with the above, but I still think in this particular case, Apache2::Status needs a change too now, we would display mod_perl2.02Sun Sep 11 23:18:13 2005/dev/nu

Re: Apache2::Status - Loaded Modules output

2005-09-11 Thread Philip M. Gollucci
use File::Spec::Functions; $INC{"mod_perl.pm"} = File::Spec::Functions::devnull(); I'm fine with the above, but I still think in this particular case, Apache2::Status needs a change too now, we would display mod_perl2.02Sun Sep 11 23:18:13 2005/dev/null mod_perl2