diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-04-24 15:07:10 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-04-24 15:07:10 +0200 |
commit | 8796328d9b61ae5fd2cc618c34f23731f5e3c4ca (patch) | |
tree | ba38237fe22d7286f0a019d3817ae4dff7983bdc /Bugzilla/WebService/Server | |
parent | 9a2f20f4e47e4f6aca3e73d5d231b0f7223588f6 (diff) | |
download | bugs-8796328d9b61ae5fd2cc618c34f23731f5e3c4ca.tar bugs-8796328d9b61ae5fd2cc618c34f23731f5e3c4ca.tar.gz bugs-8796328d9b61ae5fd2cc618c34f23731f5e3c4ca.tar.bz2 bugs-8796328d9b61ae5fd2cc618c34f23731f5e3c4ca.tar.xz bugs-8796328d9b61ae5fd2cc618c34f23731f5e3c4ca.zip |
Don't call Bugzilla.pm from a Perl module itself (see bug 866927)
Diffstat (limited to 'Bugzilla/WebService/Server')
-rw-r--r-- | Bugzilla/WebService/Server/REST.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Server/REST.pm b/Bugzilla/WebService/Server/REST.pm index 426763dca..ce127f797 100644 --- a/Bugzilla/WebService/Server/REST.pm +++ b/Bugzilla/WebService/Server/REST.pm @@ -12,7 +12,6 @@ use strict; use parent qw(Bugzilla::WebService::Server::JSONRPC); -use Bugzilla; use Bugzilla::Constants; use Bugzilla::Error; use Bugzilla::Hook; |