From 3c7ab8316f97fe84222ccacf0d1b4be9cd43e9f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Fri, 10 Apr 2015 00:09:18 +0200 Subject: [PATCH] URI::Escape is part of URI, see bug 1051056 --- Bugzilla/Install/Requirements.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 4ffae34483..8bf4facfef 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', -- 2.47.2