gozer 2004/02/09 16:14:11
Modified: t/conf extra.last.conf.in
Log:
Forgot to 'use' the modules used in the <Perl> section.
Revision Changes Path
1.12 +2 -0 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.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- extra.last.conf.in 9 Feb 2004 22:20:53 -0000 1.11
+++ extra.last.conf.in 10 Feb 2004 00:14:11 -0000 1.12
@@ -31,6 +31,8 @@
#Handle re-entrant <Perl> sections
<Perl >
+ use File::Spec;
+ use Apache::TestUtil;
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);