RE: PerlAddVar bug

2000-09-26 Thread Doug MacEachern
On Tue, 26 Sep 2000, Geoffrey Young wrote: > groovy - the patch seems to work just fine (you've been busy, it seems :) cool! > > p.s. > > i also just committed a change so PerlAddVar is now an ITERATE2 rather > > than TAKE 2, so you can say: > > > > PerlAddVar Key val-one val-two val-three >

RE: PerlAddVar bug

2000-09-26 Thread Geoffrey Young
> -Original Message- > From: Doug MacEachern [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 26, 2000 2:35 PM > To: Geoffrey Young > Cc: 'Eric Cholet'; Matt Sergeant; [EMAIL PROTECTED] > Subject: RE: PerlAddVar bug > > > On Thu, 6 Jul 2000,

RE: PerlAddVar bug

2000-09-26 Thread Doug MacEachern
On Thu, 6 Jul 2000, Geoffrey Young wrote: > I guess my expectation is that $r->dir_config('MyVar') and > $r->dir_config->get('MyVar') should inherit equally, which as far as I can > tell, they don't. PerlSetVar or PerlAddVar - it makes no difference. the problem is related to the Apache::Serve

Re: PerlAddVar bug

2000-07-06 Thread Rick Myers
On Jul 06, 2000 at 19:47:07 +0200, Eric Cholet twiddled the keys to say: > > On Thu, 6 Jul 2000, Geoffrey Young wrote: > > > > > Sorry to bring up PerlAddVar again, but this time I have a legitimate bug. > > > It stems from what I reported last time about items in Apache::Table not > > > being vi

RE: PerlAddVar bug

2000-07-06 Thread Geoffrey Young
> -Original Message- > From: Eric Cholet [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 06, 2000 1:47 PM > To: Matt Sergeant; Geoffrey Young > Cc: [EMAIL PROTECTED] > Subject: Re: PerlAddVar bug > > > > On Thu, 6 Jul 2000, Geoffrey Young wrote

Re: PerlAddVar bug

2000-07-06 Thread Eric Cholet
> On Thu, 6 Jul 2000, Geoffrey Young wrote: > > > Sorry to bring up PerlAddVar again, but this time I have a legitimate bug. > > It stems from what I reported last time about items in Apache::Table not > > being visible outside a directives: > > See the section on DIR_MERGE in the Eagle book. I

Re: PerlAddVar bug

2000-07-06 Thread Matt Sergeant
On Thu, 6 Jul 2000, Geoffrey Young wrote: > Sorry to bring up PerlAddVar again, but this time I have a legitimate bug. > It stems from what I reported last time about items in Apache::Table not > being visible outside a directives: See the section on DIR_MERGE in the Eagle book. It just needs s

PerlAddVar bug

2000-07-06 Thread Geoffrey Young
Sorry to bring up PerlAddVar again, but this time I have a legitimate bug. It stems from what I reported last time about items in Apache::Table not being visible outside a directives: that is, given: Alias /test /usr/local/apache/test # this outside value of foo doesn't get seen! # Perl