From: Frédéric Buclin Date: Thu, 9 Apr 2015 22:09:18 +0000 (+0200) Subject: URI::Escape is part of URI, see bug 1051056 X-Git-Tag: release-5.1.1~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c7ab8316f97fe84222ccacf0d1b4be9cd43e9f8;p=thirdparty%2Fbugzilla.git URI::Escape is part of URI, see bug 1051056 --- 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',