From 563636c8a77c37c22979097de04594f4e2a203c8 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Wed, 25 Jul 2012 10:03:18 +0200 Subject: [PATCH 19/28] Remove :proxy from constants.t --- t/apache/constants.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/apache/constants.t b/t/apache/constants.t index 97a3e6a..74e2fe5 100644 --- a/t/apache/constants.t +++ b/t/apache/constants.t @@ -6,7 +6,7 @@ use Apache::Test; use Apache::TestUtil; # -compile puts constants into the Apache2:: namespace -use Apache2::Const -compile => qw(:http :common :mpmq :proxy +use Apache2::Const -compile => qw(:http :common :mpmq TAKE23 &OPT_EXECCGI DECLINE_CMD DIR_MAGIC_TYPE CRLF); -- 1.7.11.4