From ede6518f4e49b26c9096173fcb9ba4197f774874 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Fri, 11 Feb 2011 17:06:37 -0800 Subject: 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 --- Bugzilla/Install/Requirements.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index e3049f2d5..047ed36f1 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -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', -- cgit v1.2.3-24-g4f1b