summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-10-04 01:10:55 +0200
committerDylan William Hardison <dylan@hardison.net>2016-10-04 01:10:55 +0200
commitad29adecc8af6e2769413b78f0eaa23cb9e270e9 (patch)
tree36696a35bc510b599f93d13e41008e9a572a642a /Makefile.PL
parent0770f155408549cfb402693eb8b702576b0c62ff (diff)
downloadbugzilla-ad29adecc8af6e2769413b78f0eaa23cb9e270e9.tar.gz
bugzilla-ad29adecc8af6e2769413b78f0eaa23cb9e270e9.tar.xz
Bug 1307294 - Bump version of DBD::mysql
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 94be04332..d4d29dfe3 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -197,7 +197,7 @@ my %optional_features = (
},
mysql => {
description => 'MySQL database support',
- prereqs => { runtime => { requires => { 'DBD::mysql' => '4.001' } } }
+ prereqs => { runtime => { requires => { 'DBD::mysql' => '4.037' } } }
},
jsonrpc => {
description => 'JSON-RPC Interface',