Re: ./t/TEST to trigger make

2001-08-06 Thread Doug MacEachern
On Sun, 5 Aug 2001, Stas Bekman wrote: > is this ok? yeah, that'd be fine. > Index: ./Apache-Test/lib/Apache/TestConfigPerl.pm > === > RCS file: > /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPerl.pm,v > r

Re: clones and parent opts

2001-08-06 Thread Doug MacEachern
On Sun, 5 Aug 2001, Stas Bekman wrote: > I understand that. I was suggesting something like > > PerlOptions +Inherit > > So you don't have to explicitly configure each vh, which can be > cumbersome if you have many vhs use the same modules, but a few ones which > are different. I'm talking a

Re: automatically generated files improvement

2001-08-06 Thread Doug MacEachern
On Sun, 5 Aug 2001, Stas Bekman wrote: > in fact I've realized that you cannot ahead what frame the actual > filegeneration has been called from. Sometimes it's 2 and sometimes it's > more: that looks great, feel free to commit. just remember whitespace style: > +return "#WARNING: this fi

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

Re: clones and parent opts

2001-08-06 Thread Stas Bekman
On Mon, 6 Aug 2001, Doug MacEachern wrote: > On Sun, 5 Aug 2001, Stas Bekman wrote: > > > I understand that. I was suggesting something like > > > > PerlOptions +Inherit > > > > So you don't have to explicitly configure each vh, which can be > > cumbersome if you have many vhs use the same modu

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