diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-15 00:21:24 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-15 00:21:24 +0100 |
commit | 8445288a1ee4e1eaa4f2e45498ec2171187105ab (patch) | |
tree | 3cb5c3df0dd038942d187dd386bab62228d62632 /Bugzilla/Bug.pm | |
parent | Bug 40896: Bugzilla needs a "preview" mode for comments (diff) | |
download | bugzilla-8445288a1ee4e1eaa4f2e45498ec2171187105ab.tar.gz bugzilla-8445288a1ee4e1eaa4f2e45498ec2171187105ab.tar.bz2 bugzilla-8445288a1ee4e1eaa4f2e45498ec2171187105ab.zip |
Bug 970283: Bump URI version to 1.55 to correctly escape single quotes in URLs
r=dkl a=justdave
Diffstat (limited to 'Bugzilla/Bug.pm')
-rw-r--r-- | Bugzilla/Bug.pm | 2 |
1 files changed, 0 insertions, 2 deletions
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); |