From 8796328d9b61ae5fd2cc618c34f23731f5e3c4ca Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 24 Apr 2014 15:07:10 +0200 Subject: Don't call Bugzilla.pm from a Perl module itself (see bug 866927) --- Bugzilla/WebService/Server/REST.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/WebService') 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; -- cgit v1.2.3-24-g4f1b