From 03bc182966d1fdd852be40d901ce998b1eaec7b7 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 8 Jun 2017 16:43:12 -0400 Subject: Bug 1370973 - Add support for CONNECT proxy (add LWP::Protocol::connect) * remove UserAgent from updates --- Makefile.PL | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 9a65060ac..cd2c46fd2 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -49,11 +49,14 @@ my %requires = ( 'Email::Send' => '1.911', 'File::Slurp' => '9999.13', 'JSON::XS' => '2.01', + 'LWP::Protocol::connect' => 0, + 'LWP::UserAgent' => '5.835', 'List::MoreUtils' => $^V > v5.10.1 ? '0.418' : '0.22', 'Math::Random::ISAAC' => '1.0.1', 'Module::Metadata' => '1.000033', 'Module::Runtime' => 0, 'Moo' => 2, + 'Mozilla::CA' => 0, 'Parse::CPAN::Meta' => '1.44', 'Template' => '2.24', 'Text::CSV_XS' => 0, @@ -123,15 +126,11 @@ my %optional_features = ( runtime => { requires => { 'Cache::Memcached::Fast' => '0.17' } } } }, - auth_delegation => { - description => 'Auth Delegation', - prereqs => { runtime => { requires => { 'LWP::UserAgent' => 0 } } } - }, updates => { description => 'Automatic Update Notifications', prereqs => { runtime => - { requires => { 'LWP::UserAgent' => 0, 'XML::Twig' => 0 } } + { requires => { 'XML::Twig' => 0 } } } }, auth_radius => { -- cgit v1.2.3-24-g4f1b