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/Bug.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'Bugzilla/Bug.pm') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index a96731949..128d2a4cd 100644 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -32,8 +32,6 @@ use Bugzilla::BugUrl; use List::MoreUtils qw(firstidx uniq part); use List::Util qw(min max first); use Storable qw(dclone); -use URI; -use URI::QueryParam; use Scalar::Util qw(blessed); use parent qw(Bugzilla::Object Exporter); -- cgit v1.2.3-24-g4f1b