Re: How to deal with PerlModule?

2001-09-17 Thread Gary Benson
On Mon, 17 Sep 2001, Stas Bekman wrote: > Gary Benson wrote: > > > Hi all, > > > > In the config we maintain a list of modules, both compiled in and loaded > > via LoadModule, which is build in TestConfigParse.pm. I've been trying > > to figure out how to deal with modules loaded via PerlModule?

Re: How to deal with PerlModule?

2001-09-17 Thread Stas Bekman
Gary Benson wrote: Hi all, In the config we maintain a list of modules, both compiled in and loaded via LoadModule, which is build in TestConfigParse.pm. I've been trying to figure out how to deal with modules loaded via PerlModule? For LoadModule ones it knows that mod_.so => mod_.c and li

How to deal with PerlModule?

2001-09-17 Thread Gary Benson
Hi all, In the config we maintain a list of modules, both compiled in and loaded via LoadModule, which is build in TestConfigParse.pm. I've been trying to figure out how to deal with modules loaded via PerlModule? For LoadModule ones it knows that mod_.so => mod_.c and lib.so => mod_Y