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 @@ ...@@ -167,7 +167,7 @@
"prereqs" : { "prereqs" : {
"runtime" : { "runtime" : {
"requires" : { "requires" : {
"Apache::SizeLimit" : "0.96", "Apache2::SizeLimit" : "0.96",
"mod_perl2" : "1.999022" "mod_perl2" : "1.999022"
} }
} }
......
...@@ -90,7 +90,7 @@ optional_features: ...@@ -90,7 +90,7 @@ optional_features:
mod_perl: mod_perl:
description: 'mod_perl support under Apache' description: 'mod_perl support under Apache'
requires: requires:
Apache::SizeLimit: '0.96' Apache2::SizeLimit: '0.96'
mod_perl2: '1.999022' mod_perl2: '1.999022'
moving: moving:
description: 'Move Bugs Between Installations' description: 'Move Bugs Between Installations'
......
...@@ -242,7 +242,7 @@ my %optional_features = ( ...@@ -242,7 +242,7 @@ my %optional_features = (
runtime => { runtime => {
requires => { requires => {
'mod_perl2' => '1.999022', 'mod_perl2' => '1.999022',
'Apache::SizeLimit' => '0.96', '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