[PATCH] fix mp2bug output to find httpd correct

2005-09-09 Thread Philip M. Gollucci
Hi, [Sorry for the cross post, but I'm not really sure who's issue it is] Note 2 patches, which one is best... MP2 or A-T (see below) Under several situations, I can cause mp2bug to not find httpd or any installed modules. More on the modules later. The reason being is that

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

2005-09-09 Thread Randy Kobes
On Fri, 9 Sep 2005, Philip M. Gollucci wrote: For both mp2bug and A-T Question, why does A-T call it OSX and mp2 call it DARWIN ... should we sync one way or the other ? Index: lib/ModPerl/Config.pm === ---

Re: [PATCH] fix mp2bug output to find httpd correct

2005-09-09 Thread Stas Bekman
Philip M. Gollucci wrote: Hi, [Sorry for the cross post, but I'm not really sure who's issue it is] Note 2 patches, which one is best... MP2 or A-T (see below) Under several situations, I can cause mp2bug to not find httpd or any installed modules. More on the modules later. The reason

Re: [PATCH] fix mp2bug output to find httpd correct

2005-09-09 Thread Philip M. Gollucci
It's too risky to just check for Makefile.PL, since it's too generic. What if someone decides to run mp2bug while residing in the source directory of some other perl distro? How about: use constant IS_MOD_PERL_BUILD = grep { -e $_/Makefile.PL -e $_/lib/mod_perl2.pm } qw(. ..); I agree