]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
URI::Escape is part of URI, see bug 1051056
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 9 Apr 2015 22:09:18 +0000 (00:09 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 9 Apr 2015 22:09:18 +0000 (00:09 +0200)
Bugzilla/Install/Requirements.pm

index 4ffae3448343893d72587acac20c00f5b98868f3..8bf4facfef3f8b24131c9114b727fd54a7a0862c 100644 (file)
@@ -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',