summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-04-10 00:09:18 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-04-10 00:09:18 +0200
commit3c7ab8316f97fe84222ccacf0d1b4be9cd43e9f8 (patch)
tree6c321547889f0a2f704078a10764ae8437e01bc7 /Bugzilla/Install/Requirements.pm
parentdbfd6207290d1eee53fddec4c7c3b4aac0b2d47a (diff)
downloadbugzilla-3c7ab8316f97fe84222ccacf0d1b4be9cd43e9f8.tar.gz
bugzilla-3c7ab8316f97fe84222ccacf0d1b4be9cd43e9f8.tar.xz
URI::Escape is part of URI, see bug 1051056
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 4ffae3448..8bf4facfe 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -335,12 +335,6 @@ sub OPTIONAL_MODULES {
feature => ['rest']
},
{
- package => 'URI-Escape',
- module => 'URI::Escape',
- version => 0,
- feature => ['rest']
- },
- {
# We need the 'utf8_mode' method of HTML::Parser, for HTML::Scrubber.
package => 'HTML-Parser',
module => 'HTML::Parser',