From ad29adecc8af6e2769413b78f0eaa23cb9e270e9 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 3 Oct 2016 19:10:55 -0400 Subject: Bug 1307294 - Bump version of DBD::mysql --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') 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', -- cgit v1.2.3-24-g4f1b