Commit d6e0a0d0 authored by David Lawrence's avatar David Lawrence

Bug 1275404 - Makefile.PL and META.* should depend on Apache2::SizeLimit, not Apache::SizeLimit

r=dylan
parent 9acca922
......@@ -167,7 +167,7 @@
"prereqs" : {
"runtime" : {
"requires" : {
"Apache::SizeLimit" : "0.96",
"Apache2::SizeLimit" : "0.96",
"mod_perl2" : "1.999022"
}
}
......
......@@ -90,7 +90,7 @@ optional_features:
mod_perl:
description: 'mod_perl support under Apache'
requires:
Apache::SizeLimit: '0.96'
Apache2::SizeLimit: '0.96'
mod_perl2: '1.999022'
moving:
description: 'Move Bugs Between Installations'
......
......@@ -241,8 +241,8 @@ my %optional_features = (
prereqs => {
runtime => {
requires => {
'mod_perl2' => '1.999022',
'Apache::SizeLimit' => '0.96',
'mod_perl2' => '1.999022',
'Apache2::SizeLimit' => '0.96',
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment