From 1e2027a97adb7481c7cb296330039313fefd95c6 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 4 Jul 2016 10:43:48 -0400 Subject: Bug 1284263 - Add optional support for $DATABASE_URL instead of localconfig for db_* connection params. --- META.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'META.yml') diff --git a/META.yml b/META.yml index c606232de..3e7792e9c 100644 --- a/META.yml +++ b/META.yml @@ -12,7 +12,7 @@ build_requires: configure_requires: ExtUtils::MakeMaker: '6.55' 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 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -40,6 +40,10 @@ optional_features: requires: MooX::StrictConstructor: '0.008' Type::Tiny: '1' + db_from_env: + description: 'Support for using $ENV{DATABASE_URL}' + requires: + URI::db: '0.17' detect_charset: description: 'Automatic charset detection for text attachments' requires: @@ -190,3 +194,4 @@ requires: URI: '1.55' perl: '5.014000' version: v5.1.1+ +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' -- cgit v1.2.3-24-g4f1b