summaryrefslogtreecommitdiffstats
path: root/META.json
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-05-24 23:52:27 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-05-24 23:52:27 +0200
commitd6e0a0d0e346990612579a47f291a41e76baa228 (patch)
tree6ee25297d6bcfe1dca3096e55d61cf076911f091 /META.json
parent9acca922dddfadfad8d86e10bf516b30b113973c (diff)
downloadbugzilla-d6e0a0d0e346990612579a47f291a41e76baa228.tar.gz
bugzilla-d6e0a0d0e346990612579a47f291a41e76baa228.tar.xz
Bug 1275404 - Makefile.PL and META.* should depend on Apache2::SizeLimit, not Apache::SizeLimit
r=dylan
Diffstat (limited to 'META.json')
-rw-r--r--META.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/META.json b/META.json
index 977f2de47..43d9e9b67 100644
--- a/META.json
+++ b/META.json
@@ -167,7 +167,7 @@
"prereqs" : {
"runtime" : {
"requires" : {
- "Apache::SizeLimit" : "0.96",
+ "Apache2::SizeLimit" : "0.96",
"mod_perl2" : "1.999022"
}
}