[EMAIL PROTECTED] wrote:
gozer 2004/02/09 14:20:53

Modified: t/conf extra.last.conf.in
[...]
   #Handle re-entrant <Perl> sections
   <Perl >
  -$Include = "@ServerRoot@/conf/perlsection.conf";

require File::Spec;


missing?

+ my $file = File::Spec->catfile('@ServerRoot@', 'conf', 'perlsection.conf');
+ my $conf = join "\n", qw(<Perl> $TestDirective::perl::Included++; </Perl>);
+ Apache::TestUtil::t_write_file($file, $conf); + $Include = $file;
</Perl>

__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to