gozer 2004/02/10 10:46:49
Modified: t/conf extra.last.conf.in
Log:
Decided on leaving the generated include to make possible debugging easier,
and no harm is done, since it's going to be re-generated on each test run.
Revision Changes Path
1.14 +0 -1 modperl-2.0/t/conf/extra.last.conf.in
Index: extra.last.conf.in
===================================================================
RCS file: /home/cvs/modperl-2.0/t/conf/extra.last.conf.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- extra.last.conf.in 10 Feb 2004 17:45:22 -0000 1.13
+++ extra.last.conf.in 10 Feb 2004 18:46:49 -0000 1.14
@@ -34,7 +34,6 @@
use File::Spec;
my $file = File::Spec->catfile('@ServerRoot@', 'conf', 'perlsection.conf');
open my $fh, ">$file" || die $!;
- END { unlink $file }
print $fh join "\n", qw(<Perl> $TestDirective::perl::Included++; </Perl>);
close $fh;
$Include = $file;