Re: cvs commit: modperl-2.0/t/conf extra.last.conf.in perlsection.conf

2004-02-10 Thread Philippe M. Chiasson
On Mon, 2004-02-09 at 17:58 -0800, Stas Bekman wrote: > Philippe M. Chiasson wrote: > > >>>What's the advantage of using A::TC::writefile instead ? > >> > >>It doesn't cleanup the files and doesn't log what it does. I see no reason why > >>would you want to delete it. t_write_file is for the test

Re: cvs commit: modperl-2.0/t/conf extra.last.conf.in perlsection.conf

2004-02-09 Thread Stas Bekman
Philippe M. Chiasson wrote: What's the advantage of using A::TC::writefile instead ? It doesn't cleanup the files and doesn't log what it does. I see no reason why would you want to delete it. t_write_file is for the test run-time. I can't really call Apache::TestConfig->new from within the se

Re: cvs commit: modperl-2.0/t/conf extra.last.conf.in perlsection.conf

2004-02-09 Thread Philippe M. Chiasson
On Mon, 2004-02-09 at 16:38 -0800, Stas Bekman wrote: > Philippe M. Chiasson wrote: > > On Mon, 2004-02-09 at 15:15 -0800, Stas Bekman wrote: > > > >>[EMAIL PROTECTED] wrote: > >> > >>>gozer 2004/02/09 14:20:53 > >>> > >>> Modified:t/conf extra.last.conf.in > >>> Removed: t/conf

Re: cvs commit: modperl-2.0/t/conf extra.last.conf.in perlsection.conf

2004-02-09 Thread Stas Bekman
Philippe M. Chiasson wrote: On Mon, 2004-02-09 at 15:15 -0800, Stas Bekman wrote: [EMAIL PROTECTED] wrote: gozer 2004/02/09 14:20:53 Modified:t/conf extra.last.conf.in Removed: t/conf perlsection.conf Log: To test recursive/re-entrant sections, autogenerate the included fi

Re: cvs commit: modperl-2.0/t/conf extra.last.conf.in perlsection.conf

2004-02-09 Thread Philippe M. Chiasson
On Mon, 2004-02-09 at 15:15 -0800, Stas Bekman wrote: > [EMAIL PROTECTED] wrote: > > gozer 2004/02/09 14:20:53 > > > > Modified:t/conf extra.last.conf.in > > Removed: t/conf perlsection.conf > > Log: > > To test recursive/re-entrant sections, autogenerate the included fi

Re: cvs commit: modperl-2.0/t/conf extra.last.conf.in perlsection.conf

2004-02-09 Thread Philippe M. Chiasson
On Mon, 2004-02-09 at 14:35 -0800, Stas Bekman wrote: > [EMAIL PROTECTED] wrote: > > gozer 2004/02/09 14:20:53 > > > > Modified:t/conf extra.last.conf.in > [...] > >#Handle re-entrant sections > > > > -$Include = "@ServerRoot@/conf/perlsection.conf"; > > require File::Spe

Re: cvs commit: modperl-2.0/t/conf extra.last.conf.in perlsection.conf

2004-02-09 Thread Stas Bekman
[EMAIL PROTECTED] wrote: gozer 2004/02/09 14:20:53 Modified:t/conf extra.last.conf.in Removed: t/conf perlsection.conf Log: To test recursive/re-entrant sections, autogenerate the included file instead of having to keep t/conf/perlsection.conf in CVS Revision Cha

Re: cvs commit: modperl-2.0/t/conf extra.last.conf.in perlsection.conf

2004-02-09 Thread Stas Bekman
[EMAIL PROTECTED] wrote: gozer 2004/02/09 14:20:53 Modified:t/conf extra.last.conf.in [...] #Handle re-entrant sections -$Include = "@ServerRoot@/conf/perlsection.conf"; require File::Spec; missing? +my $file = File::Spec->catfile('@ServerRoot@', 'conf', 'perlsectio