stas 2004/07/15 12:32:36
Modified: t/conf modperl_extra.pl
Log:
fix typo
Revision Changes Path
1.57 +1 -1 modperl-2.0/t/conf/modperl_extra.pl
Index: modperl_extra.pl
===================================================================
RCS file: /home/cvs/modperl-2.0/t/conf/modperl_extra.pl,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -u -r1.56 -r1.57
--- modperl_extra.pl 15 Jul 2004 19:31:54 -0000 1.56
+++ modperl_extra.pl 15 Jul 2004 19:32:36 -0000 1.57
@@ -63,7 +63,7 @@
# changed only before threads are started) so here we test whether we
# can still set it after restart
{
- use Apache::Const -compile => 'Apache::LOG_INFO';
+ use Apache::Const -compile => 'LOG_INFO';
my $s = Apache->server;
my $oldloglevel = $s->loglevel(Apache::LOG_INFO);
# restore