From 2f3b867fdb5187f88b4f91b5cd1cdcdd46866ec2 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Thu, 28 Jul 2016 14:21:14 -0400 Subject: Bug 1183647 - Optional Perl modules related to REST should now be mandatory r=dylan,a=dylan --- META.json | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) (limited to 'META.json') diff --git a/META.json b/META.json index fc6ff8062..26053a8e2 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Bugzilla Developers " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150005", + "generated_by" : "ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter version 2.143240", "license" : [ "unknown" ], @@ -55,7 +55,6 @@ "prereqs" : { "runtime" : { "requires" : { - "Moo" : "2", "MooX::StrictConstructor" : "0.008", "Type::Tiny" : "1" } @@ -270,20 +269,6 @@ } } }, - "rest" : { - "description" : "REST Interface", - "prereqs" : { - "runtime" : { - "requires" : { - "HTTP::Request" : "0", - "HTTP::Response" : "0", - "Module::Runtime" : "0", - "Moo" : "2", - "Test::Taint" : "1.06" - } - } - } - }, "smtp_auth" : { "description" : "SMTP Authentication", "prereqs" : { @@ -378,10 +363,15 @@ "Email::MIME" : "1.904", "Email::Sender" : "1.300011", "File::Slurp" : "9999.13", + "HTTP::Request" : "0", + "HTTP::Response" : "0", "JSON::XS" : "2.01", "List::MoreUtils" : "0.32", "Math::Random::ISAAC" : "v1.0.1", + "Module::Runtime" : "0", + "Moo" : "2", "Template" : "2.24", + "Test::Taint" : "1.06", "URI" : "1.55", "perl" : "5.014000" } @@ -397,6 +387,5 @@ } }, "release_status" : "stable", - "version" : "v5.1.1+", - "x_serialization_backend" : "JSON::PP version 2.27203" + "version" : "v5.1.1+" } -- cgit v1.2.3-24-g4f1b