summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
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',