summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-06-14 20:57:03 +0200
committerGitHub <noreply@github.com>2017-06-14 20:57:03 +0200
commit8bb543cad58777a76a1a12d60e26b6923b9089e9 (patch)
tree1c92b4a0b6f15684457a1d177de8c86f20b91e50 /extensions
parent37120e7086d59c771f290d6d916a1fe5cd71d7fa (diff)
downloadbugzilla-8bb543cad58777a76a1a12d60e26b6923b9089e9.tar.gz
bugzilla-8bb543cad58777a76a1a12d60e26b6923b9089e9.tar.xz
Bug 1372653 - Upgrade LWP to 6.26 & add dependency for LWP::Protocol::https 6.07
* fix order * I mean 7
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Persona/Config.pm5
1 files changed, 0 insertions, 5 deletions
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 => [