From 3c7ab8316f97fe84222ccacf0d1b4be9cd43e9f8 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 10 Apr 2015 00:09:18 +0200 Subject: URI::Escape is part of URI, see bug 1051056 --- Bugzilla/Install/Requirements.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Bugzilla/Install/Requirements.pm') 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 @@ -334,12 +334,6 @@ sub OPTIONAL_MODULES { version => 0, 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', -- cgit v1.2.3-24-g4f1b