diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 6 |
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', |