Skip to content

Commit 8bb543c

Browse files
authored
Bug 1372653 - Upgrade LWP to 6.26 & add dependency for LWP::Protocol::https 6.07
* fix order * I mean 7
1 parent 37120e7 commit 8bb543c

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ my %requires = (
4949
'Email::Send' => '1.911',
5050
'File::Slurp' => '9999.13',
5151
'JSON::XS' => '2.01',
52-
'LWP::Protocol::connect' => 0,
53-
'LWP::UserAgent' => '5.835',
52+
'LWP::Protocol::https' => '6.07',
53+
'LWP::UserAgent' => '6.26',
5454
'List::MoreUtils' => $^V > v5.10.1 ? '0.418' : '0.22',
5555
'Math::Random::ISAAC' => '1.0.1',
5656
'Module::Metadata' => '1.000033',

extensions/Persona/Config.pm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ use constant REQUIRED_MODULES => [
1919
module => 'JSON',
2020
version => 0,
2121
},
22-
{
23-
package => 'libwww-perl',
24-
module => 'LWP::UserAgent',
25-
version => 0,
26-
},
2722
];
2823

2924
use constant OPTIONAL_MODULES => [

0 commit comments

Comments
 (0)