From 8bb543cad58777a76a1a12d60e26b6923b9089e9 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 14 Jun 2017 14:57:03 -0400 Subject: Bug 1372653 - Upgrade LWP to 6.26 & add dependency for LWP::Protocol::https 6.07 * fix order * I mean 7 --- Makefile.PL | 4 ++-- extensions/Persona/Config.pm | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index cd2c46fd2..bc0bdd332 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -49,8 +49,8 @@ my %requires = ( 'Email::Send' => '1.911', 'File::Slurp' => '9999.13', 'JSON::XS' => '2.01', - 'LWP::Protocol::connect' => 0, - 'LWP::UserAgent' => '5.835', + 'LWP::Protocol::https' => '6.07', + 'LWP::UserAgent' => '6.26', 'List::MoreUtils' => $^V > v5.10.1 ? '0.418' : '0.22', 'Math::Random::ISAAC' => '1.0.1', 'Module::Metadata' => '1.000033', diff --git a/extensions/Persona/Config.pm b/extensions/Persona/Config.pm index a839b38ab..fa878bb05 100644 --- a/extensions/Persona/Config.pm +++ b/extensions/Persona/Config.pm @@ -19,11 +19,6 @@ use constant REQUIRED_MODULES => [ module => 'JSON', version => 0, }, - { - package => 'libwww-perl', - module => 'LWP::UserAgent', - version => 0, - }, ]; use constant OPTIONAL_MODULES => [ -- cgit v1.2.3-24-g4f1b