We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37120e7 commit 8bb543cCopy full SHA for 8bb543c
Makefile.PL
@@ -49,8 +49,8 @@ my %requires = (
49
'Email::Send' => '1.911',
50
'File::Slurp' => '9999.13',
51
'JSON::XS' => '2.01',
52
- 'LWP::Protocol::connect' => 0,
53
- 'LWP::UserAgent' => '5.835',
+ 'LWP::Protocol::https' => '6.07',
+ 'LWP::UserAgent' => '6.26',
54
'List::MoreUtils' => $^V > v5.10.1 ? '0.418' : '0.22',
55
'Math::Random::ISAAC' => '1.0.1',
56
'Module::Metadata' => '1.000033',
extensions/Persona/Config.pm
@@ -19,11 +19,6 @@ use constant REQUIRED_MODULES => [
19
module => 'JSON',
20
version => 0,
21
},
22
- {
23
- package => 'libwww-perl',
24
- module => 'LWP::UserAgent',
25
- version => 0,
26
- },
27
];
28
29
use constant OPTIONAL_MODULES => [
0 commit comments