summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-04-01 16:52:36 +0200
committerDylan William Hardison <dylan@hardison.net>2018-04-01 16:52:36 +0200
commitab229b9a828b77f8a3b9ce215f0dfed4c84d4ae5 (patch)
tree483da9c8b66f4444bb8a410e3d599c7484ad721e /Makefile.PL
parentdaa2d6b1c40354ecce0e48e6c5ee686efe642c4b (diff)
parent2f8b999750cc700faf03c6aee1c53d1fc4df767f (diff)
downloadbugzilla-ab229b9a828b77f8a3b9ce215f0dfed4c84d4ae5.tar.gz
bugzilla-ab229b9a828b77f8a3b9ce215f0dfed4c84d4ae5.tar.xz
Merge branch 'master' into unstable
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 8e20d52b9..2c7b8fad7 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -52,6 +52,7 @@ my %requires = (
'File::Slurp' => '9999.13',
'Future' => '0.34',
'HTML::Escape' => '1.10',
+ 'IPC::System::Simple' => 0,
'IO::Async' => '0.71',
'JSON::MaybeXS' => '1.003008',
'JSON::XS' => '2.01',
@@ -273,6 +274,7 @@ my %optional_features = (
requires => {
'mod_perl2' => '1.999022',
'Apache2::SizeLimit' => '0.96',
+ 'Plack::Handler::Apache2' => 0,
}
}
}