Commit ede6518f authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 630800: Require a newer version of URI.pm to correctly parse URLs that

have ';' as their query-string delimiter, which show up when upgrading from the old tag system to the new tag system. r=LpSolit, a=LpSolit
parent f4c15fd2
......@@ -150,7 +150,9 @@ sub REQUIRED_MODULES {
{
package => 'URI',
module => 'URI',
version => 0
# This version properly handles a semicolon as the delimiter
# in a URL query string.
version => '1.37',
},
{
package => 'List-MoreUtils',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment