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 <Perl> sections
> >    <Perl >
> >   -$Include = "@ServerRoot@/conf/perlsection.conf";
> 
> require File::Spec;
> 
> missing?

fixed!

> >   +    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]
-- 
--------------------------------------------------------------------------------
Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37B)
http://gozer.ectoplasm.org/    F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3 A5A5
Q: It is impossible to make anything foolproof because fools are so ingenious.
perl -e'$$=\${gozer};{$_=unpack(P7,pack(L,$$));/^JAm_pH\n$/&&print||$$++&&redo}'

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to