Re: PerlModule and PerlRequire's implementation

2001-08-07 Thread Doug MacEachern
On Tue, 7 Aug 2001, Stas Bekman wrote: > like this? > > if (modperl_config_apply_PerlModule(s, scfg, perl, p) == FALSE){ > exit(1); > } yeah, but 'if (!modperl_config_apply_PerlModule(...)) {' is fine, we never actually test if something == FALSE or == TRUE, just return those v

Re: PerlModule and PerlRequire's implementation

2001-08-06 Thread Stas Bekman
On Mon, 6 Aug 2001, Doug MacEachern wrote: > On Sun, 5 Aug 2001, Stas Bekman wrote: > > > The following patch implements PerlModule and PerlRequire configuration > > directives, for the main server and virtual hosts. I apologize for putting > > both features in one patch, but the two are absolute

Re: PerlModule and PerlRequire's implementation

2001-08-06 Thread Doug MacEachern
On Sun, 5 Aug 2001, Stas Bekman wrote: > The following patch implements PerlModule and PerlRequire configuration > directives, for the main server and virtual hosts. I apologize for putting > both features in one patch, but the two are absolutely identical. having > the two in the same patch will