From: Frédéric Buclin Date: Thu, 24 Apr 2014 13:07:10 +0000 (+0200) Subject: Don't call Bugzilla.pm from a Perl module itself (see bug 866927) X-Git-Tag: bugzilla-4.5.5~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8796328d9b61ae5fd2cc618c34f23731f5e3c4ca;p=thirdparty%2Fbugzilla.git Don't call Bugzilla.pm from a Perl module itself (see bug 866927) --- diff --git a/Bugzilla/WebService/Server/REST.pm b/Bugzilla/WebService/Server/REST.pm index 426763dca6..ce127f797f 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;