From 085878323cb82810bc2cd3f00ce925bb49c70156 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 7 Nov 2016 21:26:58 +0000 Subject: Bug 1315326 - Add dependencies for Amazon S3 storage to Makefile.PL and META.* --- META.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'META.json') diff --git a/META.json b/META.json index edb1dcb3d..7c10d9a31 100644 --- a/META.json +++ b/META.json @@ -58,6 +58,7 @@ "Auth::GoogleAuth" : "1.01", "Cache::Memcached::Fast" : "0.17", "Chart::Lines" : "v2.4.10", + "Class::Accessor::Fast" : "0", "DBD::mysql" : "4.037", "Daemon::Generic" : "0", "Email::MIME::Attachment::Stripper" : "0", @@ -86,6 +87,7 @@ "Test::Taint" : "1.06", "TheSchwartz" : "1.10", "Type::Tiny" : "1", + "URI::Escape" : "0", "XML::Simple" : "0", "XML::Twig" : "0", "XMLRPC::Lite" : "0.712" @@ -328,6 +330,18 @@ } } }, + "s3" : { + "description" : "Amazon S3 Attachment Storage", + "prereqs" : { + "runtime" : { + "requires" : { + "Class::Accessor::Fast" : "0", + "URI::Escape" : "0", + "XML::Simple" : "0" + } + } + } + }, "smtp_auth" : { "description" : "SMTP Authentication", "prereqs" : { -- cgit v1.2.3-24-g4f1b