summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm4
1 files changed, 3 insertions, 1 deletions
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',