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
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