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
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
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
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
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
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
[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
[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