]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1372653 - Upgrade LWP to 6.26 & add dependency for LWP::Protocol::https 6.07
authorDylan William Hardison <dylan@hardison.net>
Wed, 14 Jun 2017 18:57:03 +0000 (14:57 -0400)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2017 18:57:03 +0000 (14:57 -0400)
* fix order

* I mean 7

Makefile.PL
extensions/Persona/Config.pm

index cd2c46fd27b9677bc5b2e48407e8d00247855ca8..bc0bdd3320c8e258361c309561202d299551b13c 100755 (executable)
@@ -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',
index a839b38abc3ec81c04082ceebef9ed22815865e1..fa878bb058cffc62ace85d72965cd5614b7fdc81 100644 (file)
@@ -19,11 +19,6 @@ use constant REQUIRED_MODULES => [
         module  => 'JSON',
         version => 0,
     },
-    {
-        package => 'libwww-perl',
-        module  => 'LWP::UserAgent',
-        version => 0,
-    },
 ];
 
 use constant OPTIONAL_MODULES => [