From 9441c91d97a02034b2f2cfa9b19e3a555dbee317 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 21 Mar 2018 23:17:12 -0400 Subject: Bug 1399713 - ensure existing production redirects work in a cloud hosted environment --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index ceb0fc97c..f7b62ea5c 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -271,6 +271,7 @@ my %optional_features = ( requires => { 'mod_perl2' => '1.999022', 'Apache2::SizeLimit' => '0.96', + 'Plack::Handler::Apache2' => 0, } } } -- cgit v1.2.3-24-g4f1b