On Fri, 30 Aug 2002 10:44:46 +0800
Stas Bekman <[EMAIL PROTECTED]> wrote:
Hello Stas,
nice to meet you.
>
> I can think of 2 things:
>
> 1. override the problematic subroutine in base.pm so it'll do the
> right thing.
This works.
Anyway the problem is that mod_perl prints out the trace prepen
Stefano wrote:
> Hello,
>
> I was not able to find anything similar in list archives,
>
> Trying to :
>
> use base Ima::DBI
>
> in mod_perl (also in a block of config)
> a cought this trace:
>
> Uncaught exception from user code:
> Can't locate DBI/db.pm in @INC (@INC contains:
Hi Stefano --
> Working outside mod_perl (i.e. in a command line perl program) no
> problem jumps out because the above arrowed 'die' correctly matches
> its regexp (the exception message starts at the beginning of the line).
>
> From inside mod_perl we have an unmatch so base croaks with the com
Hello,
I was not able to find anything similar in list archives,
Trying to :
use base Ima::DBI
in mod_perl (also in a block of config)
a cought this trace:
Uncaught exception from user code:
Can't locate DBI/db.pm in @INC (@INC contains: [...]
This happens because Ima::DBI