diff options
-rwxr-xr-x | Makefile.PL | 4 | ||||
-rw-r--r-- | 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 => [ |