Re: base.pm seems to fail a check

2002-08-30 Thread Stefano
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 prepending

base.pm seems to fail a check

2002-08-29 Thread Stefano
Hello, I was not able to find anything similar in list archives, Trying to : use base Ima::DBI in mod_perl (also in a Perl/Perl 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

RE: base.pm seems to fail a check

2002-08-29 Thread Jesse Erlbaum
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

Re: base.pm seems to fail a check

2002-08-29 Thread Stas Bekman
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 Perl/Perl block of config) a cought this trace: Uncaught exception from user code: Can't locate DBI/db.pm in @INC (@INC contains: