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 --- META.json | 20 ++++++++++++++++---- META.yml | 12 +++++++++--- Makefile.PL | 2 +- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/META.json b/META.json index 78acba744..38b149236 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Bugzilla Developers " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.22, CPAN::Meta::Converter version 2.143240", + "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150005", "license" : [ "unknown" ], @@ -58,7 +58,7 @@ "Auth::GoogleAuth" : "1.01", "Cache::Memcached" : "0.17", "Chart::Lines" : "v2.4.10", - "DBD::mysql" : "4.001", + "DBD::mysql" : "4.037", "Daemon::Generic" : "0", "Email::MIME::Attachment::Stripper" : "0", "Email::Reply" : "0", @@ -189,6 +189,16 @@ } } }, + "linux_pid" : { + "description" : "Linux::PID for MozReview", + "prereqs" : { + "runtime" : { + "requires" : { + "Linux::Pid" : "0" + } + } + } + }, "memcached" : { "description" : "Memcached Support", "prereqs" : { @@ -237,7 +247,7 @@ "prereqs" : { "runtime" : { "requires" : { - "DBD::mysql" : "4.001" + "DBD::mysql" : "4.037" } } } @@ -406,6 +416,7 @@ "Math::Random::ISAAC" : "v1.0.1", "Module::Metadata" : "1.000033", "Module::Runtime" : "0", + "Moo" : "2", "Parse::CPAN::Meta" : "1.44", "Regexp::Common" : "0", "Sys::Syslog" : "0", @@ -426,5 +437,6 @@ } }, "release_status" : "stable", - "version" : "42" + "version" : "42", + "x_serialization_backend" : "JSON::PP version 2.27203" } diff --git a/META.yml b/META.yml index 06a572ca8..06d656afd 100644 --- a/META.yml +++ b/META.yml @@ -10,7 +10,7 @@ build_requires: configure_requires: ExtUtils::MakeMaker: 6.57_07 dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.22, CPAN::Meta::Converter version 2.143240' +generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150005' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -39,7 +39,7 @@ optional_features: Auth::GoogleAuth: '1.01' Cache::Memcached: '0.17' Chart::Lines: v2.4.10 - DBD::mysql: '4.001' + DBD::mysql: '4.037' Daemon::Generic: '0' Email::MIME::Attachment::Stripper: '0' Email::Reply: '0' @@ -112,6 +112,10 @@ optional_features: requires: JSON::RPC: '0' Test::Taint: '1.06' + linux_pid: + description: 'Linux::PID for MozReview' + requires: + Linux::Pid: '0' memcached: description: 'Memcached Support' requires: @@ -134,7 +138,7 @@ optional_features: mysql: description: 'MySQL database support' requires: - DBD::mysql: '4.001' + DBD::mysql: '4.037' new_charts: description: 'New Charts' requires: @@ -219,6 +223,7 @@ requires: Math::Random::ISAAC: v1.0.1 Module::Metadata: '1.000033' Module::Runtime: '0' + Moo: '2' Parse::CPAN::Meta: '1.44' Regexp::Common: '0' Sys::Syslog: '0' @@ -229,3 +234,4 @@ requires: perl: '5.010001' version: '0.87' version: '42' +x_serialization_backend: 'CPAN::Meta::YAML version 0.016' 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