summaryrefslogtreecommitdiffstats
path: root/META.json
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-07-04 16:43:48 +0200
committerDylan William Hardison <dylan@hardison.net>2016-09-10 18:40:58 +0200
commit1e2027a97adb7481c7cb296330039313fefd95c6 (patch)
treef8f900af1e38e4020c8580c58cd3e2faa54a6569 /META.json
parentc61b7ce75f229d4034099e8e93c56d98208bc799 (diff)
downloadbugzilla-1e2027a97adb7481c7cb296330039313fefd95c6.tar.gz
bugzilla-1e2027a97adb7481c7cb296330039313fefd95c6.tar.xz
Bug 1284263 - Add optional support for $DATABASE_URL instead of localconfig for db_* connection params.
Diffstat (limited to 'META.json')
-rw-r--r--META.json15
1 files changed, 13 insertions, 2 deletions
diff --git a/META.json b/META.json
index 26053a8e2..8b939e496 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Bugzilla Developers <developers@bugzilla.org>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter version 2.143240",
+ "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150005",
"license" : [
"unknown"
],
@@ -61,6 +61,16 @@
}
}
},
+ "db_from_env" : {
+ "description" : "Support for using $ENV{DATABASE_URL}",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "URI::db" : "0.17"
+ }
+ }
+ }
+ },
"detect_charset" : {
"description" : "Automatic charset detection for text attachments",
"prereqs" : {
@@ -387,5 +397,6 @@
}
},
"release_status" : "stable",
- "version" : "v5.1.1+"
+ "version" : "v5.1.1+",
+ "x_serialization_backend" : "JSON::PP version 2.27300"
}