URI::Escape is part of URI, see bug 1051056

git-svn-id: svn://10.0.0.236/trunk@265912 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2015-04-09 22:15:50 +00:00
parent f8138e2440
commit 9564b76f55
3 changed files with 2 additions and 8 deletions

View File

@ -1 +1 @@
9366 9367

View File

@ -1 +1 @@
dbfd6207290d1eee53fddec4c7c3b4aac0b2d47a 3c7ab8316f97fe84222ccacf0d1b4be9cd43e9f8

View File

@ -334,12 +334,6 @@ sub OPTIONAL_MODULES {
version => 0, version => 0,
feature => ['rest'] feature => ['rest']
}, },
{
package => 'URI-Escape',
module => 'URI::Escape',
version => 0,
feature => ['rest']
},
{ {
# We need the 'utf8_mode' method of HTML::Parser, for HTML::Scrubber. # We need the 'utf8_mode' method of HTML::Parser, for HTML::Scrubber.
package => 'HTML-Parser', package => 'HTML-Parser',