diff options
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 4 |
1 files changed, 2 insertions, 2 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', |