Re: issues with figuring out which mp version is running

2006-01-21 Thread Stas Bekman
Frank Wiles wrote: On Fri, 20 Jan 2006 16:13:10 -0800 Stas Bekman <[EMAIL PROTECTED]> wrote: I'm trying to make Apache::DProf to work under mp2 and I thought the following will work: die "mod_perl is required to run this module" unless $ENV{MOD_PERL}; use constant

Re: issues with figuring out which mp version is running

2006-01-21 Thread Frank Wiles
On Fri, 20 Jan 2006 16:13:10 -0800 Stas Bekman <[EMAIL PROTECTED]> wrote: > I'm trying to make Apache::DProf to work under mp2 and I thought the > following will work: > > die "mod_perl is required to run this module" > unless $ENV{MOD_PERL}; > use constant MP2 => $EN