From 8445288a1ee4e1eaa4f2e45498ec2171187105ab Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 15 Feb 2014 00:21:24 +0100 Subject: Bug 970283: Bump URI version to 1.55 to correctly escape single quotes in URLs r=dkl a=justdave --- Bugzilla/Install/Requirements.pm | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index e72129153..74cbd82b4 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -148,9 +148,8 @@ sub REQUIRED_MODULES { { package => 'URI', module => 'URI', - # This version properly handles a semicolon as the delimiter - # in a URL query string. - version => '1.37', + # Follows RFC 3986 to escape characters in URI::Escape. + version => '1.55', }, # 0.32 fixes several memory leaks in the XS version of some functions. { @@ -396,12 +395,6 @@ sub OPTIONAL_MODULES { }, # memcached - { - package => 'URI-Escape', - module => 'URI::Escape', - version => 0, - feature => ['memcached'], - }, { package => 'Cache-Memcached', module => 'Cache::Memcached', -- cgit v1.2.3-24-g4f1b